S
SuzyQ
I have a form that is used for prospective clients that contains minimal
client information and a button that will "activate" the client if desired.
When the user clicks on the activate client button, it takes the information
on the current record and inserts it in to the client table, and then deletes
the current record in the prospective client table. When the record is
deleted, I want to refresh the form so that the #deleted message is removed
and the record counter is recalculated, however me.refresh gives me an error
that the record has been deleted. How can I just move to the previous or
next record in the table and get off of the #deleted record?
Thanks for any help.
client information and a button that will "activate" the client if desired.
When the user clicks on the activate client button, it takes the information
on the current record and inserts it in to the client table, and then deletes
the current record in the prospective client table. When the record is
deleted, I want to refresh the form so that the #deleted message is removed
and the record counter is recalculated, however me.refresh gives me an error
that the record has been deleted. How can I just move to the previous or
next record in the table and get off of the #deleted record?
Thanks for any help.