DoCmd.FindRecord help needed

P

Paul B.

Is it possible to use this code to search for records based on the user input
in Me!SearchField to have matches in the UserID of table called Users???

Cheers

DoCmd.FindRecord Me!SearchField, acEntire, False, acSearchAll, False,
acCurrent, True
 
Top