I know of the following code for filtering for a record, which filters the field LEA for the entry made in the unbound combo box "LEA Filter":
DoCmd.ApplyFilter , "[LEA]= forms![frmLEAUpdates]![LEA Filter]"
However, I need to search and find a record without filtering and have been unable to work out how to use commands such as Gotorecord (think the brain is going a bit slow this afternoon!).
Any help would be much appreciated.



