I've got a form that allows the user to select one of two options via "buttons." If they select one button, it should start a macro which is set to open another form. If they click on the other button, it should start a macro which is set to open a report.
The wierd thing is that when I open this first form, the second form that should only be launched when the user clicks the button (to start that particular macro) is already open. The form window for this second form is just sitting there behind my first form window, waiting for input, even though the button designed to launch the macro which opens that second form hasn't even been hit yet.
My buttons work when clicked, and guide the user through the program appropriately, but the other form window pops up as soon as the first form window opens, and I'd like to keep this from happening. It should only open when the button for that selection is clicked. I looked in properties of my first form to see if any OnOpen commands were mistakenly placed, but I didn't see any.
I don't know VBA or SQL, and am sort of bouncing my way through the programming of this thing. Any ideas as to what might be causing the other form window to launch prior to user input?
Thanks for any ideas. (step-by-step descriptions are much more helpful due to my lack of VBA & SQL knowledge)
ACSEval