I have a combo box that lists titles and dates of events.
There could be duplicate titles but not dates, that's why I've listed them both in one combo box.
I would like to pass both the title and date to my query, however the syntax in the query's criteria field:
[forms]![frm_Name]![cbx_TitleDate].column(1)
is not working. (neither is .column(2))
Bound column = 1.
Wondering if I can even do such a thing?
There could be duplicate titles but not dates, that's why I've listed them both in one combo box.
I would like to pass both the title and date to my query, however the syntax in the query's criteria field:
[forms]![frm_Name]![cbx_TitleDate].column(1)
is not working. (neither is .column(2))
Bound column = 1.
Wondering if I can even do such a thing?