I need some code to run once the form is loaded

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I need some vba code to run once the form is loaded and once the query has
been run so that there is data in a text field. Then it will need to run each
time the navigation button is used to change records again. Any ideas?

Thanks!
 
The "current" event fires as you move from one record to another. I assume
it also fires after the first record is loaded.
 

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