G
Gene R
I don't know VBA code, so I'm trying to get a Macro to open one of four
specific client reports depending on the billing code in an Invoices Table.
It is a temporary table witih only one record.
So I have four lines in the macro - one four each potential report. The
Conditions and Actions are as follows:
Condition: Action:
("[Billing Code]","Invoices Table")="404040" Open Report (404040 Invoice
Report)
("[Billing Code]","Invoices Table")="504030" Open Report (504030 Invoice
Report)
("[Billing Code]","Invoices Table")="605040" Open Report (605040 Invoice
Report)
("[Billing Code]","Invoices Table")="706050" Open Report (706050 Invoice
Report)
The problem is, although the table has only one record, all four reports run
using the same table. Why are all four running when the Billing Code only
matches one?!
Thank you!!
specific client reports depending on the billing code in an Invoices Table.
It is a temporary table witih only one record.
So I have four lines in the macro - one four each potential report. The
Conditions and Actions are as follows:
Condition: Action:
("[Billing Code]","Invoices Table")="404040" Open Report (404040 Invoice
Report)
("[Billing Code]","Invoices Table")="504030" Open Report (504030 Invoice
Report)
("[Billing Code]","Invoices Table")="605040" Open Report (605040 Invoice
Report)
("[Billing Code]","Invoices Table")="706050" Open Report (706050 Invoice
Report)
The problem is, although the table has only one record, all four reports run
using the same table. Why are all four running when the Billing Code only
matches one?!
Thank you!!