A
alcoalex
I’m attempting to filter data in my subform according to data obtained form a
combobox in my main form.
My query filters on this:
[Forms]![frmTasksCompleted]![combo_county]
and works fine in query mode but when I apply this to my form it does not
seem to pick up the value of the combo box. Incidentally other variables
which are sent from my form (like date values taken from text boxes) are
filtering successfully.
Can anyone offer a possible resolution as I’m not sure if the problem lies
with my query or my form?
Many thanks.
combobox in my main form.
My query filters on this:
[Forms]![frmTasksCompleted]![combo_county]
and works fine in query mode but when I apply this to my form it does not
seem to pick up the value of the combo box. Incidentally other variables
which are sent from my form (like date values taken from text boxes) are
filtering successfully.
Can anyone offer a possible resolution as I’m not sure if the problem lies
with my query or my form?
Many thanks.