techkenny1
Technical User
Hi all,
On a text box I have on the click event this code:
'DoCmd.RunCommand acCmdFind'
While it will search and find a record, when I go to change data on the form, and then go to do a search again it comes up with this error;
"you can't use Find or replace now"
So I have to close it down and then click on the field to do a search again.
Is there a reason for this error?
On a text box I have on the click event this code:
'DoCmd.RunCommand acCmdFind'
While it will search and find a record, when I go to change data on the form, and then go to do a search again it comes up with this error;
"you can't use Find or replace now"
So I have to close it down and then click on the field to do a search again.
Is there a reason for this error?