D
david epsom dot com dot au
I have a query with MaxRecords set to 200. This is an ODBC setting. It works
well. It is connected to an ODBC linked table.
I have a subform bound to dynamic SQL based on that query. It does not limit
to 200 records.
A select query based on a query does not inherit the subquery record limit.
If the selection is not made carefully, it may take hours to return.
What is the best way to setup my subform so that it only ever waits for 200
records maximum from the ODBC connection?
(david)
well. It is connected to an ODBC linked table.
I have a subform bound to dynamic SQL based on that query. It does not limit
to 200 records.
A select query based on a query does not inherit the subquery record limit.
If the selection is not made carefully, it may take hours to return.
What is the best way to setup my subform so that it only ever waits for 200
records maximum from the ODBC connection?
(david)