Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox and form recordsource - same cursor?
Message
General information
Forum:
Microsoft Office
Category:
Access
Miscellaneous
Thread ID:
00626615
Message ID:
00626770
Views:
16
>My Access app now has Access 97 and Access 2002 interfaces, linked to tables in Access 97 over a WAN. This one big form has slowed to a crawl, so I'm trying to employ some client-server design principles as described in the Access 97/2002 Developer's Handbooks. One of those principles says that if you have listboxes, make sure the rowsource is the same as the form recordsource, so you aren't opening the table twice. My form's recordsource is a SQL statement with a dynamically generated WHERE condition (which used to go in the .FilterOn property. How do I make my two listboxes use that same cursor? This form is used for data editing, so the cursor needs to be updateable.

Don't forget to post the solution here, when you find one.
The only solution I can think of is to check Where conditions and make sure that tables have indices to speed up the data retrieval.
Igor Gelin
Database Developer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform