|
-
August 2nd, 2011, 10:16 AM
#3
Re: How to retrieve data from access table according to listbox contains
Why would you want to open the table connection once for each record in the table? If everyone did that, it'd kill performance. Find ALL records, then FILTER the data in the query
(Unless you do have a million records, in which case you'd load 50 filtered records at a time(
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|