That depends on how you are using the data. If you return all the
records from a table it will take longer and longer to do things.
However, good design would normally limit the number of records you are
working with at one time to no more that a few hundred and usually more
like 10 or 15 max.
I have tables with over a million rows, but I rarely use more than 75 or
so at any one time. With indexes on the fields that I use for selection
the response time is usually less than a second.
'====================================================
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
'====================================================