Hello,
The query I have made is to generate an Entered Sales Order Log for a specific time frame (user sets time frame, then runs query for a report)
The query is comprised of 5 tables in order to pull the information that I want in the report.
The problem I'm experiencing is that one of the records in the recordset that I am querying for this week is being shown twice in my report.
The reason for this is because one of the tables in the report (a shipping/tracking table) has 2 records for that order.
I confirmed this by deleting one of the Shipping/tracking records from that order, and re-ran the report and then the order shows up only once in my report.
I'm not sure how to instruct the query to only show one record for each order, no matter how many subform records are within another related table for that order.
Can i put something in the criteria for my [SO] field which is my sales order field?
Thanks for any suggestions
BJF
The query I have made is to generate an Entered Sales Order Log for a specific time frame (user sets time frame, then runs query for a report)
The query is comprised of 5 tables in order to pull the information that I want in the report.
The problem I'm experiencing is that one of the records in the recordset that I am querying for this week is being shown twice in my report.
The reason for this is because one of the tables in the report (a shipping/tracking table) has 2 records for that order.
I confirmed this by deleting one of the Shipping/tracking records from that order, and re-ran the report and then the order shows up only once in my report.
I'm not sure how to instruct the query to only show one record for each order, no matter how many subform records are within another related table for that order.
Can i put something in the criteria for my [SO] field which is my sales order field?
Thanks for any suggestions
BJF