Form Speed

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Hi All,

Has anyone noticed speed improvements by writing less code in the
actual form module and keeping most of the code in a seperate module?
 
Matt said:
Hi All,

Has anyone noticed speed improvements by writing less code in the
actual form module and keeping most of the code in a seperate module?

No, the reverse is probably true, but only by microseconds. Forms are slowed
by the abundance of data. Limit the data by using queries on properly
indexed tables, and you speed up forms immensly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top