Ascentient
IS-IT--Management
- Nov 4, 2002
- 267
I have a VBA Access program that contains 1 control form which allows the user to open up half a dozen other forms when a command button is pressed.
Each form is opened from the control form with a docmd.openform statement and then is closed from an exit button with a docmd.close statement.
On one form I have two check boxes that are enabled when it loads. When either one is clicked it enables and sets focus to a combo box next to it. After I key in some data in the combo box and press the TAB key it pulls me into a form that has no relation to this form. I cannot figure out how it is even opening this form.
It also does this from a compiled MDE.
Any thoughts or suggestion would be helpful.
Ascent
Each form is opened from the control form with a docmd.openform statement and then is closed from an exit button with a docmd.close statement.
On one form I have two check boxes that are enabled when it loads. When either one is clicked it enables and sets focus to a combo box next to it. After I key in some data in the combo box and press the TAB key it pulls me into a form that has no relation to this form. I cannot figure out how it is even opening this form.
It also does this from a compiled MDE.
Any thoughts or suggestion would be helpful.
Ascent