Richard, I have a user with a single quote in their last name and part of their username (O'Donnell) When testing with their login the Main Menu form doesn't accept the username. What is the best work around for this issue?
Reply from Alex Hedley:
I'd use the REPLACE function to swap a single quote (') with 2 single quotes ('')
i.e. Replace(Username, "'", "''")
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.