S
speederpro
I have a subform on a main form.
The purpose of the subform is to search for existing
records.
The main form has three textboxes: FName, LName, MName
The onchange procedure executes sqlstatement which updates
the subform.
For example:
when I type in "J" in FName, the subform will updates
itself to show everyone's FName that starts with "J"
Because I am using sql statement, when someone's name has
apostrophe, the sql statement crashes...Does anyone has
solution for it?
The purpose of the subform is to search for existing
records.
The main form has three textboxes: FName, LName, MName
The onchange procedure executes sqlstatement which updates
the subform.
For example:
when I type in "J" in FName, the subform will updates
itself to show everyone's FName that starts with "J"
Because I am using sql statement, when someone's name has
apostrophe, the sql statement crashes...Does anyone has
solution for it?