Hi
Is there a way to set up a query so that it returns only the first record that satisifies the criteria??
I have a database with approx 50 000 records...on the server...with 10 workstations accessing it at the same time.
The Form's recordsource is set with the query "SELECT * FROM tblClients WHERE called <> TRUE"
But this will return maybe 30 000 records to the recordset...
Is there a way to just return the first record where called <> True???
Thanks in advance
eclipse33
Is there a way to set up a query so that it returns only the first record that satisifies the criteria??
I have a database with approx 50 000 records...on the server...with 10 workstations accessing it at the same time.
The Form's recordsource is set with the query "SELECT * FROM tblClients WHERE called <> TRUE"
But this will return maybe 30 000 records to the recordset...
Is there a way to just return the first record where called <> True???
Thanks in advance
eclipse33