Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

access extremely slow when certain actions are done

Status
Not open for further replies.

tacexpo

Technical User
Joined
Jul 23, 2007
Messages
16
Location
US
I've updated few things(new table, added some fields, new forms, etc) to this database and now it acts really slow on some parts.
one example is when i click on the combo box.
im not sure if it's because it's populating 3000 records..
can that be why?
 
If the combo list contains 3000 records it might be the reason. Make sure that the query for the combo rowsource contains fields only you need for the list. Also, if the query is sorted in any way, add an index to the source table.

Check out the following links. They might help.

Improving Performance of an Access Database Information about query performance in an Access database

Seaport
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top