Hi All,
I have an Phonebook subform - (PBSubform)
with the following fields;
[Contact Name], [Company], [Telephone] & [Mobile]
Using an unbound textbox (Text2) I can search for a name using the following code;
Private Sub Text2_Change()
Dim strSQL As String
strSQL = "[Contact Name] LIKE " &...