B
Bonnie
Using A02. I have an OnClick event procedure that runs a
macro with a series of queries that include 'make backup
of ConfirmTable' (save records temporarily, just in
case), 'append all' (to archive table) and 'delete
all'(from ConfirmTable) in order to clear ConfirmTable
each day for new entries (after running a few reports).
How can I get the procedure to stop if ConfirmTable is
already empty? (In case someone else tries to run it, they
copy (make backup) of an empty table and the original
backup is then also empty. Should that be code or in the
macro?
Thanks in advance for any help or advice!!!
macro with a series of queries that include 'make backup
of ConfirmTable' (save records temporarily, just in
case), 'append all' (to archive table) and 'delete
all'(from ConfirmTable) in order to clear ConfirmTable
each day for new entries (after running a few reports).
How can I get the procedure to stop if ConfirmTable is
already empty? (In case someone else tries to run it, they
copy (make backup) of an empty table and the original
backup is then also empty. Should that be code or in the
macro?
Thanks in advance for any help or advice!!!