Okay, I have a datasheet form. The source is TableData.
I want it to be filtered by date. The date is found on a separate form in txtDate.
So here is what the "Filter" property looks like:
((TableData.Quarter=([Forms]![frmWhatever]![txtDate])))
Now here's the odd part. When I initially put this filter in, it works at first. However, once I save the datasheet form and reopen it, the filter no long works, even though the filter property still remains.
Any ideas?
I want it to be filtered by date. The date is found on a separate form in txtDate.
So here is what the "Filter" property looks like:
((TableData.Quarter=([Forms]![frmWhatever]![txtDate])))
Now here's the odd part. When I initially put this filter in, it works at first. However, once I save the datasheet form and reopen it, the filter no long works, even though the filter property still remains.
Any ideas?
Last edited: