Link to home
Start Free TrialLog in
Avatar of gigifarrow
gigifarrow

asked on

Getting a syntax error (missing Operator) in query experssion for a drop down.

I have a SQL statement that looks like this:

SELECT tblFS3ResponseList.Responses FROM tblFS3ResponseList WHERE tblFS3ResponseList.QuestionID# =[Forms]![frmTest]![QuestionID#]));

Getting a syntax error (missing Operator) in query experssion for a drop down.

Here is the make up of my database
frmTest

tblFS3ResponseList
QuestionID#
Responses

tblQuestions
QuestionID#
QuestionsOutprocessing
AnswerOutProcessing
SOLUTION
Avatar of Hamed Nasr
Hamed Nasr
Flag of Oman image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial