I am trying to limit returned records in a query to the match on an open form
The code below won't run; it is treating the match as a parameter instead of matching the referenced combo box on the open form.....
The two fields contained in the combo box are col(0) and col(1)
Like [forms]![frmchooseActivity]![combo6].col(0)
What is the correct way to reference the colums in a combo box?
Thanks,
Dave
The code below won't run; it is treating the match as a parameter instead of matching the referenced combo box on the open form.....
The two fields contained in the combo box are col(0) and col(1)
Like [forms]![frmchooseActivity]![combo6].col(0)
What is the correct way to reference the colums in a combo box?
Thanks,
Dave