jason_nevin
Registered User.
- Local time
- Today, 08:32
- Joined
- Nov 22, 2002
- Messages
- 46
I have a "search form" which uses combo boxes to select records and display them in a list box at the bottom of the form. There are five combo boxes all accessing one field from a table using a query. The list box is based on a cross table query of the five tables and uses the values in the combo boxes in an OR statement to ascertain which records are displayed.
My front-end resides on my local drive and the back-end on a networked drive. I have indexed the relevant fields in the queries.
The tables being accessed have approx 4,000 , 300, 1500, 100 and 2000 records. The cross table query produces 5,500 rows.
This form takes two minutes to load. Can anyone suggest a way of improving this?
My front-end resides on my local drive and the back-end on a networked drive. I have indexed the relevant fields in the queries.
The tables being accessed have approx 4,000 , 300, 1500, 100 and 2000 records. The cross table query produces 5,500 rows.
This form takes two minutes to load. Can anyone suggest a way of improving this?