P
Paula
I am trying to create a form with Linked Combo Boxes and have hit a
snag. On the second combo box in my query I have the following as the
Row Source:
SELECT [tblServices]![Services] WHERE [tblServices]![Services] =
Forms![frmLinkedControls]![cboCategory]
I want the form to show me all of the items in the Services table that
match the selected item from the Category table. I am receiving the
following error:
Syntax error (missing operator) in query expression
'[tblServices]![Services] WHERE [tblServices]![Services] =
Forms![frmLinkedControls]![cboCategory]'
Can anyone help me with this please!
snag. On the second combo box in my query I have the following as the
Row Source:
SELECT [tblServices]![Services] WHERE [tblServices]![Services] =
Forms![frmLinkedControls]![cboCategory]
I want the form to show me all of the items in the Services table that
match the selected item from the Category table. I am receiving the
following error:
Syntax error (missing operator) in query expression
'[tblServices]![Services] WHERE [tblServices]![Services] =
Forms![frmLinkedControls]![cboCategory]'
Can anyone help me with this please!