L
LP
Hi,
I need to use ' or " in my query. Access allows me to key in eg "Mother's
boy" but when using the find command to search for the field with ' or "
VB gives errors. eg: rs.find "name = '" & field & "'"
and if the field contains ' or " VB stopped working.
I remember you need to use double "" if you there is a " in your record.
I've forgotton about the rules. Can someone help?
thanks
I need to use ' or " in my query. Access allows me to key in eg "Mother's
boy" but when using the find command to search for the field with ' or "
VB gives errors. eg: rs.find "name = '" & field & "'"
and if the field contains ' or " VB stopped working.
I remember you need to use double "" if you there is a " in your record.
I've forgotton about the rules. Can someone help?
thanks