I have started a new Navigation form (Horizontal with Vertical tabs left - its a template from Access2013)
I have two drop down boxes (Category and Activity)
When these two have a value, my subform (Frm_ActivitySessions) which references a query (Qry_ActivitySessions) should show all the sessions that relate to the Activity that was selected.
If the result set of the underlying query returns only ONE record, then the subform shows zero records. However, If there are more than one record, then all the records are returned.
Anybody got any ideas?
I have two drop down boxes (Category and Activity)
When these two have a value, my subform (Frm_ActivitySessions) which references a query (Qry_ActivitySessions) should show all the sessions that relate to the Activity that was selected.
If the result set of the underlying query returns only ONE record, then the subform shows zero records. However, If there are more than one record, then all the records are returned.
Anybody got any ideas?