It is a single access backend file located on our server. I am not using sql server.I've read through this entire thread , and I still can't quite tell for sure if your back end tables are SQL server or access. You kind of need to know that before you proceed.
If they are access I would recommend creating a database to upload with just enough data and objects as has been suggested to you already. If they are SQL server then my instructions to get more help would be quite different.
I went thru all tables and it appears I was missing a few indexes. I will be able to make a blank database on Monday and post it. Lots of good advice here. I’m self taught so when I learn knew things I try and go thru the entire database and implement. Always trying to improve.
If i create local indexed tables and just empty them and repopulate them, is that a better practice than creating temp tables on the fly?