J
Jesterhoz
Hello All,
I have two tables that contain invoice data. Sales table has fields:
InvNo
InvDate
CustCode
InvAmt
RouteNum
Invoice table has:
InvNo
InvDate
CustCode
InvAmt
Route (notice different field name from first table!!!)
There are multiple records for each invoice number and sometimes an invoice
is in both tables. I want to query the main table, Sales, and also check in
the Invoice table to look for an invoice. However, I don't want any
particular occurence of an invoice duplicated. Any ideas?
Any help is much appreciated.
Thanks,
Trevor
I have two tables that contain invoice data. Sales table has fields:
InvNo
InvDate
CustCode
InvAmt
RouteNum
Invoice table has:
InvNo
InvDate
CustCode
InvAmt
Route (notice different field name from first table!!!)
There are multiple records for each invoice number and sometimes an invoice
is in both tables. I want to query the main table, Sales, and also check in
the Invoice table to look for an invoice. However, I don't want any
particular occurence of an invoice duplicated. Any ideas?
Any help is much appreciated.
Thanks,
Trevor