B
Barb
Right now I have an event procedure on The Open of the
Invoice report that declares some integers for late.
What line of code do I put in to run an update query on
the OPEN of the report.do I just put it right before the
end sub of the other integer declarations?? for the data
source for the query do I still keep the previous select
query??
Thanks so much,---See below
Barb
Previous REply from Sept 1 .
What about an update query, and in the update to enter:
IIF([printdate] is null,now(),printdate)
You can run the update query at report open
Hope this helps.Fons
Invoice report that declares some integers for late.
What line of code do I put in to run an update query on
the OPEN of the report.do I just put it right before the
end sub of the other integer declarations?? for the data
source for the query do I still keep the previous select
query??
Thanks so much,---See below
Barb
Previous REply from Sept 1 .
What about an update query, and in the update to enter:
IIF([printdate] is null,now(),printdate)
You can run the update query at report open
Hope this helps.Fons