FindRecord

I

Ice Man

Hi all

I got a form with the Property "Default View" set to "Countinous Form" ...
now let's say for Ex I want in the form header to put a text box where the
user puts a value and after I want to do

DoCmd.FindRecord txtSearchFor, acEntire, True, acSearchAll, False, acAll,
True

to find the record..
Here Access is giving me the following error: Run-tim error '2162'- A macro
set to one of the current field's properties failed because of an error in a
findRecord action argument.....

Could someone help pls..... if this is not the only way to search for a
recod in a form waht is the best one?


thanks
 
Top