473,395 Members | 1,527 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How to do this?

Hi all,

I am new on Access.
What would be the best solution for this?
We are getting access files from our suppliers in the following
format.

ID Geography Age Group Sex Count

1 Australia 15-19 years Male 3218

2 Female 2975

3 20-24 years Male 3695

4 Female 3458

each access file contains a few tables (say first_table, second_table
.... etc) like in this kind of format.

Now what I would like to do is create a program that goes through all
tables (ie, first_table, second_table ... etc) in a access db and for
a table in each column (ie, Geography) is value is null(ie, id 2 is
null) then insert value above("Australia"). So result will be

ID Geography Age Group Sex Count

1 Australia 15-19 years Male 3218

2 Australia 15-19 years Female 2975

3 Australia 20-24 years Male 3695

4 Australia 20-24 years Female 3458

and product it in .txt file.

For this scenario, what program should I use? Macros, VB or asp.net?
What would be the easiest?

Thanks
Nov 13 '05 #1
1 1199
It would be very unusual for the Geography and Age Group fields to be
_omitted_ from subsequent records in an Access table when they are
duplicates of the previous record. Doing so would appear to me to require
extra work for the creator of that data, if its actual source is an Access
table. Perhaps the data is obtained by importing into Access from a
different source, perhaps a spreadsheet?

Yes, you can write code to do what you want, but it would seem to me to be
worth an inquiry to the provider of the data to see if they would be willing
to fill in the empty fields.

Also, is the "Age Group" field a text field? It appears that it is, which
means that for some types of processing, you will need to parse it and
separate the starting and ending ages.

I do not know how you can accomplish what you want without writing some VBA
code. The easiest probably would be Data Access Objects (DAO) code, rather
than ActiveX Data Objects (ADO). That's not usually a "beginner topic", but
if you can verify the assumptions, and describe the fields, perhaps someone
here could provide you a sample to help.

Larry Linson
Microsoft Access MVP

"Leon" <yo******@yahoo.com> wrote in message
news:8a**************************@posting.google.c om...
Hi all,

I am new on Access.
What would be the best solution for this?
We are getting access files from our suppliers in the following
format.

ID Geography Age Group Sex Count

1 Australia 15-19 years Male 3218

2 Female 2975

3 20-24 years Male 3695

4 Female 3458

each access file contains a few tables (say first_table, second_table
... etc) like in this kind of format.

Now what I would like to do is create a program that goes through all
tables (ie, first_table, second_table ... etc) in a access db and for
a table in each column (ie, Geography) is value is null(ie, id 2 is
null) then insert value above("Australia"). So result will be

ID Geography Age Group Sex Count

1 Australia 15-19 years Male 3218

2 Australia 15-19 years Female 2975

3 Australia 20-24 years Male 3695

4 Australia 20-24 years Female 3458

and product it in .txt file.

For this scenario, what program should I use? Macros, VB or asp.net?
What would be the easiest?

Thanks

Nov 13 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: James | last post by:
I have a from with 2 fields: Company & Name Depening which is completed, one of the following queries will be run: if($Company){ $query = "Select C* From tblsample Where ID = $Company...
5
by: Scott D | last post by:
I am trying to check and see if a field is posted or not, if not posted then assign $location which is a session variable to $location_other. If it is posted then just assign it to...
2
by: Nick | last post by:
Can someone please tell me how to access elements from a multiple selection list? From what ive read on other posts, this is correct. I keep getting an "Undefined variable" error though... Form...
2
by: Alexander Ross | last post by:
I have a variable ($x) that can have 50 different (string) values. I want to check for 7 of those values and do something based on it ... as I see it I have 2 options: 1) if (($x=="one") ||...
0
by: Dan Foley | last post by:
This script runs fine, but I'd like to know why it's so slow.. Thanks for any help out there on how i can make it faster (it might take up to 5 min to write these 3 export files whith 15 records...
5
by: Lee Redeem | last post by:
Hi there I've created abd uploaded this basic PHP script: <html> <head> <title>PHP Test</title> </head> <body> <H1 align="center">
5
by: christopher vogt | last post by:
Hi, i'm wondering if there is something like $this-> to call a method inside another method of the same class without using the classname in front. I actually use class TEST { function...
6
by: Phil Powell | last post by:
Ok guys, here we go again! SELECT s.nnet_produkt_storrelse_navn FROM nnet_produkt_storrelse s, nnet_produkt_varegruppe v, nnet_storrelse_varegruppe_assoc sv, nnet_produkt p WHERE...
1
by: Michel | last post by:
a site like this http://www.dvdzone2.com/dvd Can you make it in PHP and MySQL within 6 weeks? If so, send me your price 2 a r a (at) p a n d o r a . b e
11
by: Maciej Nadolski | last post by:
Hi! I can`t understand what php wants from me:( So: Cannot send session cache limiter - headers already sent (output started at /home/krecik/public_html/silnik.php:208) in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.