missing operators

C

cogger

I continue getting this messag
syntax error (missing operator) in query expression [quickname]= Airpor
when I link a list box on one form to open specific data on anothe
"quickname" is the name of the fiel
"airport" is the name of the specific info chosen
 
D

Douglas J. Steele

Try putting quotes around Airport:

[quickname] = "Airport"

or

[quickname] = 'Airport'
 
C

cogger

I forgot to mention that this error only happens with some of the operators. Others the link works perfectly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top