I have troubles with my performance (Some thousands records reading via the network)
I want to open a form to add a new record. So I use:
DoCmd.GoToRecord , "", acNewRec on the open event.
Although I do not need all the records on that moment the system seems to get all the records because I have to wait a while. (12 seconds)
What can I do to improve the performace; is there for instance a way to first open the form for adding a new record and actually reading the others in background. Of another trick??
I want to open a form to add a new record. So I use:
DoCmd.GoToRecord , "", acNewRec on the open event.
Although I do not need all the records on that moment the system seems to get all the records because I have to wait a while. (12 seconds)
What can I do to improve the performace; is there for instance a way to first open the form for adding a new record and actually reading the others in background. Of another trick??