A
Andrew Brill
say I have a dlookup as follows (I've put incorrect spaces around the quotes
so you can read it!):
dlookup("whatever","whereever","field = ' " & userinput & " ' ")
this works if the user enters " in their input but not '
now I can change this to
dlookup("whatever","whereever","field = "" " & userinput & " "" ")
and the user can then enter ' but not "
so... how do I write it so they can enter either?
Thanks,
Andrew
so you can read it!):
dlookup("whatever","whereever","field = ' " & userinput & " ' ")
this works if the user enters " in their input but not '
now I can change this to
dlookup("whatever","whereever","field = "" " & userinput & " "" ")
and the user can then enter ' but not "
so... how do I write it so they can enter either?
Thanks,
Andrew