I have designed a simple database to track containers my company recieves. We unload the containers and then either kit the products or kit & put them away..
I have one table with a auto number (Record #) as the primary key.
My table looks as follows.
Main table;
[Record #] [Date] [Container #]
Link sub table;
[Action] [Product Type] [Total Time]
My sub table tracks the action like unload time or kitting time or put away time.
My problem is when i run a query it duplicates the container # for every sub record in the sub table.
I can hide the duplicate container #'s in the finshed report but when i try to total or count the # of containers it still counts the hidden duplicate container #'s. I've tried running 2 separate queries but havent had any luck.. I'm using office 2003 and i've set up the relationship as 1 to many. with the record field being linked.
Thanks
SA
I have one table with a auto number (Record #) as the primary key.
My table looks as follows.
Main table;
[Record #] [Date] [Container #]
Link sub table;
[Action] [Product Type] [Total Time]
My sub table tracks the action like unload time or kitting time or put away time.
My problem is when i run a query it duplicates the container # for every sub record in the sub table.
I can hide the duplicate container #'s in the finshed report but when i try to total or count the # of containers it still counts the hidden duplicate container #'s. I've tried running 2 separate queries but havent had any luck.. I'm using office 2003 and i've set up the relationship as 1 to many. with the record field being linked.
Thanks
SA