I have several unbound text boxes (date1 - date 31) these have the date corresponding to each day of the month on the main form.
I have 31 subforms (sfmData1 - sfmData31) that need to use the date in the appropriate date(1 -31) box as a filter for the data in each subform.
When date(1-31) box changes, the filter should update the data in the sfmData(1 -31) box.
Can I implement the filter on each subform using the same query or do I need a separate query for each subform? If so, examples would be appreciated.
Thanks
I have 31 subforms (sfmData1 - sfmData31) that need to use the date in the appropriate date(1 -31) box as a filter for the data in each subform.
When date(1-31) box changes, the filter should update the data in the sfmData(1 -31) box.
Can I implement the filter on each subform using the same query or do I need a separate query for each subform? If so, examples would be appreciated.
Thanks