I have the following code in the form "open" event
Docmd.applyfilter , "[amount]>0"
that is what I meant
If this code is there, after I preview the report and try to close it, Access stops responding and I have to restart the application again.
I have a report which has the following code in "form open event property"
DoCmd.ApplyFilter, " "
After I preview the report and I close it, Access stops responding and following are the details of the error message
Problem signature:
Problem Event Name: BEX
Application Name: MSACCESS.EXE...
I am using Access2010 (.mdb or .accdb or .accde) application as front end and SQL server 2008 as backend and operating system is Win 7. After sometime, my application stops responding. I get the following message
"Access has stopped working"
I have to restart the application again.
The...
I have disabled the quick access toolbar for the users in .accde file, so no toolbar appears when the Access 2010 application starts. When the users preview reports, I want to enable the print preview button only. How can I do this?
While working on Access 2010 in design mode, I get a message "Access not responding" with the following error message
Problem signature:
Problem Event Name: BEX
Application Name: MSACCESS.EXE
Application Version: 14.0.4750.1000
Application Timestamp: 4b8bade7
Fault Module Name: MSVCR90.dll...
I am using Access 2010, I have certain fields on the form that need to be entered in Arabic and certain in English. I have set the keyboard language for the text box to be "Arabic" (for text in Arabic) and "English" for text in English. When I do this, it takes a little more time to move...