Hi, thanks everyone for the help.
I have three tables (one for each production line) which people input data into everyday and the data is different each day depending on the part numbers and number produced. I want to create a report that shows me the part numbers and amount produced by each line for a certain day.
I've tried putting all three in the same query put i get 300 repeating results when i should only get about 20 unique ones. I've also tried making three seperate queries and combining them into one but this gives the same result.
Also I've tried having sub-reports for each table for individual queries, but this then just prompts me to enter the date multiple times or gets stuck in a continuous loop of date entry.
Any ideas?
Thanks
I have three tables (one for each production line) which people input data into everyday and the data is different each day depending on the part numbers and number produced. I want to create a report that shows me the part numbers and amount produced by each line for a certain day.
I've tried putting all three in the same query put i get 300 repeating results when i should only get about 20 unique ones. I've also tried making three seperate queries and combining them into one but this gives the same result.
Also I've tried having sub-reports for each table for individual queries, but this then just prompts me to enter the date multiple times or gets stuck in a continuous loop of date entry.
Any ideas?
Thanks