Please help!,
I am trying to update a checkbox - called 'invoiced' after a report (Used to
generate an Invoice) has run.
I have tried putting the macro on both 'on close' and 'on open' but it fails
all the time, (I presume becasue it is happening to early or late). The
macro expression is correct I have tested it on a form with a button.
Essentialy I would like it to autmatically mark customer support logs as
invoiced once the report has run. The invoice report is built from a query
and contains many 'support logs' thus the macro needs to change the value of
all the 'support logs' on the report.
Am I going about this in the wrong manner, where should I place the macro
event. Any help would be great! thanks for your time
I am trying to update a checkbox - called 'invoiced' after a report (Used to
generate an Invoice) has run.
I have tried putting the macro on both 'on close' and 'on open' but it fails
all the time, (I presume becasue it is happening to early or late). The
macro expression is correct I have tested it on a form with a button.
Essentialy I would like it to autmatically mark customer support logs as
invoiced once the report has run. The invoice report is built from a query
and contains many 'support logs' thus the macro needs to change the value of
all the 'support logs' on the report.
Am I going about this in the wrong manner, where should I place the macro
event. Any help would be great! thanks for your time