techkenny1
Technical User
Hi all,
On text boxes I use the following code on a on click event to do a search
DoCmd.RunCommand acCmdFind
However at times the following error comes up.
"You can'tuse Find or Replace now"
*The fields are not searchable due to one of the following
*The fields are controls
*The fields have no data
*There are no fields to search
The only way to do a search is to close the search form down and then reopen it.
Is the code I use right or is there another way of doing a search.
Many thanks
On text boxes I use the following code on a on click event to do a search
DoCmd.RunCommand acCmdFind
However at times the following error comes up.
"You can'tuse Find or Replace now"
*The fields are not searchable due to one of the following
*The fields are controls
*The fields have no data
*There are no fields to search
The only way to do a search is to close the search form down and then reopen it.
Is the code I use right or is there another way of doing a search.
Many thanks