Hello guys,
I am trying to search using 2 fields (First and Last name). I have no idea how to execute any SQL (which im sure is silly). So im using this code in a form:
DoCmd.ShowAllRecords
DoCmd.GoToRecord , , acFirst
If strLast <> "" Then
DoCmd.GoToControl "Last Name"...