Hello,
I have searched a lot for this error and all seems to point to the many connections to the back-end database.
Now, I have a form that bound to a table in the back end that I derive some values from for use in the front end from it's combo box. It remains open and invisible from the time I open the database to the time I close it.
I need to create a kind of temp table that I can use to store those values so that I can always close the form after signing in to reduce the amount of connection to the back end.
Please, I need your ideas and suggestions on how I can create this temp table with code and possibly delete it when I close the database.
Thanks for all your assistance