tcarter963
New Member
- Joined
- Aug 3, 2006
- Messages
- 38
I have a database (access 2000) for each project that I'm working on, which has a table named RawData. Data is dumped into this table which has a field FileName that I'm trying to query. In each project database I can query this field and return a result for the number of filenames in a given month by using the criteria *1010* for the month of October. The format of the records in the Field FileName (primary key) is YYMMDD_Instrument#_Increment# e.g. 101023_LC04_001
I can't create one database for all the results with one table RawData because the number of records would eventually be very large, and each project is different and requires customization to the number and type of entries in the RawData table.
What I would like to be able to do is link all the RawData tables in a single database and query the field FileName (rather than having to do this within each individual database) to determine the number of samples run in a month for each project and I would like to query to find out the number of samples run on each instrument. I've tried to create a select query with the wizard but I can't put the FileName field in the query multiple times. I'm thinking it's because you can't put the same field name in multiple times. Is there a way to create a master table from selected fields in the RawData table that resides in multiple databases, or is there a way to query multiple linked tables with the same field name?
I want to query the FileName because it contains the following information: number of samples run, instrument, and dates.
I hope this makes sense, thanks for any help.
I can't create one database for all the results with one table RawData because the number of records would eventually be very large, and each project is different and requires customization to the number and type of entries in the RawData table.
What I would like to be able to do is link all the RawData tables in a single database and query the field FileName (rather than having to do this within each individual database) to determine the number of samples run in a month for each project and I would like to query to find out the number of samples run on each instrument. I've tried to create a select query with the wizard but I can't put the FileName field in the query multiple times. I'm thinking it's because you can't put the same field name in multiple times. Is there a way to create a master table from selected fields in the RawData table that resides in multiple databases, or is there a way to query multiple linked tables with the same field name?
I want to query the FileName because it contains the following information: number of samples run, instrument, and dates.
I hope this makes sense, thanks for any help.