tjrobert82
Tom
- Local time
- Today, 14:15
- Joined
- Oct 6, 2004
- Messages
- 15
Forgive me if this is a really dumb question, but there is an issue that has puzzled me for a while now. I work at a company which runs many tests using identical formats. The files are all saved as individual excel files and when I import them, the format for each test is a default primary key and two fields containing anywhere from 50-200 records. I have made a table that allows a user to input information about each test, such as who performed it and when. Suppose I have 6 tables - Test1, Test2, Test3, Test4, Test5 and OverallRecords. Each test will therefore have its own raw data table and a single record in OverallRecords. How can I relate these tables so that Test1 can be linked to its corresponding record in OverallRecords? I eventually want to make a form which can cycle through OverallRecords (five total) and have a subform which shows the raw data table (and anything else I want to show along with it, like graphs or Min/Max/Avg queries). If I can avoid having to micromanage each test as it is imported, it would make my life a lot easier. I've already spent more time than I'd like to admit trying to solve this one and if anyone has the solution, I'd really appreciate a reply. Thanks. 