My form doesen't start fully before my code starts in VBA?
How do I complete the code so my form can start fully before the code runs.
VB Code:
DoCmd.OpenForm "Info" Screen.MousePointer = 11 'Here i run my code Screen.MousePointer = 1 DoCmd.Close acForm, "Info"




Reply With Quote