CathyLynnHughes
IS-IT--Management
I have a shared database with 25 users. It is not a split database. Users all access the same database using a shortcut. It runs fine most of the time.
The only problem is when someone uses the Find feature on the Edit Menu. Depending on the number of users accessing the database at one time, the system can take 2 to 5 minutes to find a record with a specified phone number in a form. The Find feature started getting slow when the number of records reached 50,000.
I have a command button which searches for the same phone number in the table of 50,000 records. This search, which is based on a query, only takes a few seconds.
How can I speed up the search for a record on the form?
The only problem is when someone uses the Find feature on the Edit Menu. Depending on the number of users accessing the database at one time, the system can take 2 to 5 minutes to find a record with a specified phone number in a form. The Find feature started getting slow when the number of records reached 50,000.
I have a command button which searches for the same phone number in the table of 50,000 records. This search, which is based on a query, only takes a few seconds.
How can I speed up the search for a record on the form?