J
john
I'm using the cod below to search for the first last name
entered. For cases with multiple occurrences of a last
name, I'd like to be able to do a secondary search on the
first name field to get to the correct record. Any
suggestions?
strCriteria = "Lname = '" & Me.ctlLName & "'"
rst.FindFirst strCriteria
entered. For cases with multiple occurrences of a last
name, I'd like to be able to do a secondary search on the
first name field to get to the correct record. Any
suggestions?
strCriteria = "Lname = '" & Me.ctlLName & "'"
rst.FindFirst strCriteria