'Slow down' opening of form (1 Viewer)

RossG

Registered User.
Local time
Today, 18:42
Joined
Apr 18, 2001
Messages
21
I have a generic form which displays the results of queries. The form is opened by using DoCmd and providing a string representing the SQL/filter. The form includes a 'Record X of Y' display.

It works fine for most queries, but on a more complex query the form opens showing 'Record 1 of 1', though I know there is more than one record in the recordset. If you click on the 'Next Record' button the display updates to the correct 'Record X of Y' display.

I'm wondering if the form is opening before the complete recordset is pulled from the filter? If so is there a way of slowing the form open event until AFTER the recordset is complete (and the full recordcount available)??

TIA
 
R

Rich

Guest
Question has to be why do you want to slow it down? Most people want to speed it up. Record count's hardly that important is it?
 

Users who are viewing this thread

Top Bottom