KirkJewell
Programmer
This seems like a basic problem to me - I don't understand why I haven't come across it before.
Using ADO.find = "StaffName = '" & string & "'"
works fine for a string that doesn't have an "'" in it.
But the StaffName column include names like "John O'Carrol" and the additional "'" causes an error.
Can anyone suggest a way around this.
Regards
Kirk
Using ADO.find = "StaffName = '" & string & "'"
works fine for a string that doesn't have an "'" in it.
But the StaffName column include names like "John O'Carrol" and the additional "'" causes an error.
Can anyone suggest a way around this.
Regards
Kirk