I have a split database that's been in use for quite a while by 5-10 people. This is a database that is generally opened in the morning, used throughout the day and closed at night. It might happen however that a user opens the db in the morning, adds some data and then goes back to the "search" page, which is an unbound form for a time (1-2 hours) before performing another search and entering data again.
When this happens (the user is logged in but the database has not been used for a time) the database becomes unresponsive and when the user uses the unbound search form by entering search strings in the textboxes and selecting options in the unbound search form, nothing happens when clicking on the "search" button (which obviously contains the search code), or clicking on any other buttons in the form. In other words, the form does not run any code even though it allows for text entering, checkbox selection and button clicking.
No error messages are displayed on the screen and/or recorded in my error audit table and it seems like the only solution is to close the database alltogether and loggin in again.
I believe that this happens to all users.
What could be causing this? Some kind of computer/network connection issue? Energy saving settings? How can I avoid it?
Thanks
mafhobb
When this happens (the user is logged in but the database has not been used for a time) the database becomes unresponsive and when the user uses the unbound search form by entering search strings in the textboxes and selecting options in the unbound search form, nothing happens when clicking on the "search" button (which obviously contains the search code), or clicking on any other buttons in the form. In other words, the form does not run any code even though it allows for text entering, checkbox selection and button clicking.
No error messages are displayed on the screen and/or recorded in my error audit table and it seems like the only solution is to close the database alltogether and loggin in again.
I believe that this happens to all users.
What could be causing this? Some kind of computer/network connection issue? Energy saving settings? How can I avoid it?
Thanks
mafhobb
Last edited: