Combo box crashes if text field has apostrophy (like O'Neil)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access, if I use a Combo box it crashes if text field has an apostrophy
(like the name O'Neil). Any suggestions?
 
Jack Leitch said:
In Access, if I use a Combo box it crashes if text field has an apostrophy
(like the name O'Neil).


"It" and "crashes" are not sufficiently specific to diagnose
a problem. If you have any VBA code associated with the
combo box, Copy/Paste it into your reply too.

In the meantime, try changing the query to use (two?) "
instead of '
 
Back
Top