I have 4-year old Access database that has a number of reports programmed into it. Many of these are opened using VBA via button action and filtered with a pre-defined date range in textboxes associated with the button. After a recent update to Microsoft
Office, these reports have quit working, meaning the report opens, but there is no data displayed in the reports as if the applied filter is causing an issue.
What's more frustrating, is the report uses the "onFormat" event to do some fine tuning to objects in the report based on the data fields. For those reports that do open, the onFormat event seems to be causing an "expression has no value" error as VBA tries
to read the value of a textbox during the event.
I should note that all of these reports displayed without any issues prior to the update of Office. I've not made any changes to the database and I'm wondering if anyone else has experienced a similar issue in the recent weeks. Any help or input is greatly
appreciated.