T
Tom
I have a form that uses a combo box for filtering dates... when clicked the
combo calls a macro and shows records that match e.g. "Today", "This Week",
"Last Week", etc.
This works great on a single form... however, I now integrated a subform
(datasheet view). Now when clicking on the date filter, I get an error
indicating "type mismatch".
I posted a sample file at URL:
http://www.savefile.com/files.php?fid=5841563
Also, the "LastMonth" criteria doesn't seem to work...
anything wrong with the criteria: (Year([Opened Date])=Year(Date()) And
Month([Opened Date])=(Month(Date())-1))
Again, I'd like to find out how I can use it via form/subform
(frmCompany/frmNotes).
Any ideas how to fix those issues?
Tom
combo calls a macro and shows records that match e.g. "Today", "This Week",
"Last Week", etc.
This works great on a single form... however, I now integrated a subform
(datasheet view). Now when clicking on the date filter, I get an error
indicating "type mismatch".
I posted a sample file at URL:
http://www.savefile.com/files.php?fid=5841563
Also, the "LastMonth" criteria doesn't seem to work...
anything wrong with the criteria: (Year([Opened Date])=Year(Date()) And
Month([Opened Date])=(Month(Date())-1))
Again, I'd like to find out how I can use it via form/subform
(frmCompany/frmNotes).
Any ideas how to fix those issues?
Tom