mswilson16
Programmer
I have 2 forms, Appointment and Customer. When a customer name is entered in the Appointment form I want the Customer form to open and find the appropriate customers information.
At the moment I have an Afterupdate statement that opens the form and filters it to what is in the surname field. This works fine, but, it only filters on full surnames. I need the filter to work if the user only enters part of the name.
e.g. if I enter “wil” I want the filter to find names such as Wilson, Wilkinson, etc,
Thanks in advance.
At the moment I have an Afterupdate statement that opens the form and filters it to what is in the surname field. This works fine, but, it only filters on full surnames. I need the filter to work if the user only enters part of the name.
e.g. if I enter “wil” I want the filter to find names such as Wilson, Wilkinson, etc,
Thanks in advance.