I know that it is best to limit the amount of data you bring across the
LAN, from BE database to front end.
If I have an app with 10000 records in the BE database:
Is it equally efficient to use a query - based on the table - and a
selection clause in the form
or
use the table as the record source - and a selection clause in the form?
Or should the selection criteria be in the record source definition?
Or something else?
Bob
LAN, from BE database to front end.
If I have an app with 10000 records in the BE database:
Is it equally efficient to use a query - based on the table - and a
selection clause in the form
or
use the table as the record source - and a selection clause in the form?
Or should the selection criteria be in the record source definition?
Or something else?
Bob
Comment