I need some code to run once the form is loaded

M

MorningStarFan

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!
 
R

Rick B

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