I've put together a very simple database to collect defect information. It only has two tables that are linked together. The Header table is made up of ID, Motor No, Date, and Total Packed fields. The detail is made up of ID, defect, and Qty fields. They are linked by the ID fields.
What I'm trying to get is a total of the [total packed] field on a report for a specific date range. What I get is duplicate data that I can't total.
Any help would be appreciated.
What I'm trying to get is a total of the [total packed] field on a report for a specific date range. What I get is duplicate data that I can't total.
Any help would be appreciated.