P
Peter Marshall
I have a table of invoices called tblInvoices with fields InvoiceNbr and
InvoiceDate. I also have a table of surcharges called tblSurcharges with
fields EffectiveDate (primary sort) and SurchargeAmount. The 2 tables are
unrelated, ie. there is no matching field between the two. In my
query/report, I would like to lookup the applicable surcharge for an invoice
where tblInvoices!InvoiceDate >= tblSurcharges!EffectiveDate. Can this be
done?
InvoiceDate. I also have a table of surcharges called tblSurcharges with
fields EffectiveDate (primary sort) and SurchargeAmount. The 2 tables are
unrelated, ie. there is no matching field between the two. In my
query/report, I would like to lookup the applicable surcharge for an invoice
where tblInvoices!InvoiceDate >= tblSurcharges!EffectiveDate. Can this be
done?