Save, too much SLOW !

M

Martin

I am creating a complex form which contains a lot of boxes( around 200 boxes
of all kinds e.g. text box, combo box)

Question: When I click the "save" button, the computer begin to save, but it
takes more than 10 seconds to complete the save operation ---- wasting a lot
of my time.

How to solve this problem?

Thanks!

Martin
 
D

Dirk Goldgar

Martin said:
I am creating a complex form which contains a lot of boxes( around
200 boxes of all kinds e.g. text box, combo box)

Question: When I click the "save" button, the computer begin to save,
but it takes more than 10 seconds to complete the save operation ----
wasting a lot of my time.

How to solve this problem?

Thanks!

Martin

Wow, that is a *lot* of controls for one form!

It may be that your problem is caused by the operation of the Name
AutoCorrect feature. If it's currently enabled, turn it off: Tools ->
Options... -> General tab, uncheck "Track name AutoCorrect info".
 
M

Martin

Wow! You are tops! Thank you!
Dirk Goldgar said:
Wow, that is a *lot* of controls for one form!

It may be that your problem is caused by the operation of the Name
AutoCorrect feature. If it's currently enabled, turn it off: Tools ->
Options... -> General tab, uncheck "Track name AutoCorrect info".

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)
 
P

Paul

I tried this little suggestion and cant believe the difference I have now.
Almost instantneous response. You little Gem Dirk!!

Paul
 
Top