I have been asked to help tune an Access 2003 database. Right now the database functions, but when trying to do some of the functions for the full company, the database will hang.
Does anyone have suggestions of things to look for or a resource that would help with tuning this monster?
Will adding indexes to the tables help? (some tables have primary keys, some do not)
Will making sure all the related fields have the same data type make a difference? (Store Number in one table is a double, in another it is a long integer)
Should I build the relationships between the tables? (currently the only relationships are in the queries)
Which works better, Make Table queries or a combination of Delete and Append to rebuild the data?
Thanks for any help with this tuning.