Two tables need to be linked for query but having problems
Table 1 has vendor invoice info like:
Name, amount, date, and status (if the vendor is overseas the status is 1, otherwise 0)
Table 2 has the cargo charge percentages.
Since the percentages change, it has the fields:
Status, Start Date, End Date, Percentage
The problem is that I need to create a query that will look look at table 1 and based on if they are a status 1 or 0 and the date of the invoice inculde the correct precent.
I have not been able to link the tables correctly and am unsure of how to do criteria if I was to leave the tables unlinked. Any thoughts?
Thank you for any and all help!
Table 1 has vendor invoice info like:
Name, amount, date, and status (if the vendor is overseas the status is 1, otherwise 0)
Table 2 has the cargo charge percentages.
Since the percentages change, it has the fields:
Status, Start Date, End Date, Percentage
The problem is that I need to create a query that will look look at table 1 and based on if they are a status 1 or 0 and the date of the invoice inculde the correct precent.
I have not been able to link the tables correctly and am unsure of how to do criteria if I was to leave the tables unlinked. Any thoughts?
Thank you for any and all help!