hi
in response to your Dlookup syntax..try this
set a variable, in this example, quote to equal a " (quote).
then concatenate the quote variable as in the example below
this has worked fine for me using DoCmd.RunSQL
Let quote = Chr$(34)
"DLookUp(" + quote +...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.