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.
 
Back
Top