I've been reading some posts about the sequence of events when a form is loaded, particularly when they have subforms and found this:
SubForm Open - SubForm Load - SubForm Current - MainForm Open - MainForm Load - MainForm Activate - MainForm Current
I have a form and subform and when I either double click on the mainform in the list of Access Objects or Open Access which opens the main form I need to click something before it performs the logic in the Private Sub Form_Load() and if that click was on a button that has a event I need to click it again before that event runs. In what event would I put the logic that I am putting in my Load event so that the form is ready immediately perform the next step?
Appreciate your help!
SubForm Open - SubForm Load - SubForm Current - MainForm Open - MainForm Load - MainForm Activate - MainForm Current
I have a form and subform and when I either double click on the mainform in the list of Access Objects or Open Access which opens the main form I need to click something before it performs the logic in the Private Sub Form_Load() and if that click was on a button that has a event I need to click it again before that event runs. In what event would I put the logic that I am putting in my Load event so that the form is ready immediately perform the next step?
Appreciate your help!