H
hotplate
I have a combo box with all the employee names. A name is selected
and a filter is applied to the form as follows:
DoCmd.ApplyFilter , "[employeename]='" & Me.Employee & "'"
The problem I am having are that 2 of the employees have a ' in their
name, like O'Conner.
This causes an error. Is there any way I can handle this?
and a filter is applied to the form as follows:
DoCmd.ApplyFilter , "[employeename]='" & Me.Employee & "'"
The problem I am having are that 2 of the employees have a ' in their
name, like O'Conner.
This causes an error. Is there any way I can handle this?