J
Jim
I have an Access 2003 report that I'm trying to filter in VBA. I have a form
setup with radio buttons for selecting year to date or everything. I have a
Select Case statement in the On Open event of the report, but I don't know
the correct syntax for the filter. Currently this is in the Filter section
of the report: Year([dtmDate]) = Year(Now()) and it works, but what is the
correct syntax forVBA and also to tell it to show all records for option 2?
Thanks
Jim
setup with radio buttons for selecting year to date or everything. I have a
Select Case statement in the On Open event of the report, but I don't know
the correct syntax for the filter. Currently this is in the Filter section
of the report: Year([dtmDate]) = Year(Now()) and it works, but what is the
correct syntax forVBA and also to tell it to show all records for option 2?
Thanks
Jim