Hallo I have a single form. I would like to put an unbound text field to use it as a search text box for the whole recordset. The user write something and then click a small "go" button. The code I put behind the button is this:
DoCmd.FindRecord [Txt_search], acAnywhere
but there is this runtime error 2162: a macro set to one of the current fields properties failed because of an error in a findrecord action argument.
Does someone know what's going on?
thanks
DoCmd.FindRecord [Txt_search], acAnywhere
but there is this runtime error 2162: a macro set to one of the current fields properties failed because of an error in a findrecord action argument.
Does someone know what's going on?
thanks