M
Manuel
I have a combo box which looks up records in a table by user name, and
returns the data to the form. There is one user whose last name has an
apostrophe in it (i.e. O'Healy), and whenever I select this name from the
combo box I receive the following error:
Run-time '3077'
Syntax error (missing operator) in expression.
I'm almost certain that this error occurs because of the apostrophe in the
name (I don't receive an error when selecting other individuals from the
combo box), but I'm not sure how to resolve this issue.
Any suggestions would be appreciated.
Thanks,
Manuel
returns the data to the form. There is one user whose last name has an
apostrophe in it (i.e. O'Healy), and whenever I select this name from the
combo box I receive the following error:
Run-time '3077'
Syntax error (missing operator) in expression.
I'm almost certain that this error occurs because of the apostrophe in the
name (I don't receive an error when selecting other individuals from the
combo box), but I'm not sure how to resolve this issue.
Any suggestions would be appreciated.
Thanks,
Manuel