I have a bunch of queries and reports based on a very large ODBC linked table with over 120,000 records and growing. The table's size causes both speed and dropped records problems.
The solution that I came up with is to create a new table with only the records that I really need thru a Make Table Query, and then base those queries and reports on this new table. I have three questions:
Is a Make Table Query the best way to limit the records accessed ( via date criteria ) in my ODBC table?
Is there an easy way to direct my existing Queries to this new table without rebuilding them from scratch?
Is there a way to hide the message box that you are about to delete and create a new table?
Thanks, Neal
The solution that I came up with is to create a new table with only the records that I really need thru a Make Table Query, and then base those queries and reports on this new table. I have three questions:
Is a Make Table Query the best way to limit the records accessed ( via date criteria ) in my ODBC table?
Is there an easy way to direct my existing Queries to this new table without rebuilding them from scratch?
Is there a way to hide the message box that you are about to delete and create a new table?
Thanks, Neal