In a case-reading study, there are 185 fields for five readers to fill in. Our IT department gave each reader a copy of the db to use. Each db has a slightly different name that includes the reader’s initials, e.g. QPR2_MA, QPR2_EF, etc. To bring the data together, I need to go into each reader’s copy and copy the data onto an Excel spreadsheet—I’m using Excel to analyze the data and create the report.
I thought it would be faster and easier if I could create a query to collect all the data in one place. I’ve done that—I linked each individual table to a db I created for the purpose, and a set up a union query to put them together. Because of Access’s 255 field limit, I had to create five union queries, one for each section of the data, and join them with a select query. Each record has a case number, which is what I used to keep the records together in the select query, but the case number isn’t always available to the readers, in which case, the readers use 999999, which means that if there is more than one of these, Access won't be able to put the parts of the record together accurately in the select query.
I would like to use the ID field to relate the queries, but because there are five dbs, the numbers are frequently the same. In the linked tables, In the queries created from the original linked tables, Access gives the ID field a different name based on the name of the original db, MainDataQPR2_ID_MA. There need to be queries because the 185 fields are divided into four tables. If I use the ID field, will Access distinguish between the ID numbers that come from the different original dbs, or will it treat them as duplicates?
Thanks,
Henry
I thought it would be faster and easier if I could create a query to collect all the data in one place. I’ve done that—I linked each individual table to a db I created for the purpose, and a set up a union query to put them together. Because of Access’s 255 field limit, I had to create five union queries, one for each section of the data, and join them with a select query. Each record has a case number, which is what I used to keep the records together in the select query, but the case number isn’t always available to the readers, in which case, the readers use 999999, which means that if there is more than one of these, Access won't be able to put the parts of the record together accurately in the select query.
I would like to use the ID field to relate the queries, but because there are five dbs, the numbers are frequently the same. In the linked tables, In the queries created from the original linked tables, Access gives the ID field a different name based on the name of the original db, MainDataQPR2_ID_MA. There need to be queries because the 185 fields are divided into four tables. If I use the ID field, will Access distinguish between the ID numbers that come from the different original dbs, or will it treat them as duplicates?
Thanks,
Henry