Some reports that worked in 2003 crash Access entirely in 2007. I have a form that text boxes on it for starting date and ending date, and code behind the form to build a strWhere condition to filter a report. The report is based on a query, and the filter is applied to the report via the code on the form. I don't think the problem is with the code, because if I just run the report manually without using the form, the report still crashes MSAccess compleletly. Doing a bit of reading, it seems that there were some changes to reports and filters in access '07.
When the filter is passed on to the reports, it looks something like this:
([qryLocationPMHistorylastdateTrunklineOnly]![Last_PM_Date] <= #09/24/2007#)
How do I fix my reports so they work again?
When the filter is passed on to the reports, it looks something like this:
([qryLocationPMHistorylastdateTrunklineOnly]![Last_PM_Date] <= #09/24/2007#)
How do I fix my reports so they work again?