G
Guest
I have a form with a number of combo boxes in the header to act as a filter
for each column.
Each combo box has been assigned the appropriate tag and has the following
code on after update:
DoCmd.ApplyFilter , "" & Me.Filter1.Tag & " = " & Me.Filter1 & ""
My problem is this. The filters work fine on anything that is not a date!
The date fields are formated as short date and I have done the same with the
combo boxes but still no joy.
Does anyone have any suggestions please as its the date I need to filter the
most
Cheers!
for each column.
Each combo box has been assigned the appropriate tag and has the following
code on after update:
DoCmd.ApplyFilter , "" & Me.Filter1.Tag & " = " & Me.Filter1 & ""
My problem is this. The filters work fine on anything that is not a date!
The date fields are formated as short date and I have done the same with the
combo boxes but still no joy.
Does anyone have any suggestions please as its the date I need to filter the
most

Cheers!