Ray Spackman
Registered User.
- Local time
- Today, 04:52
- Joined
- Feb 28, 2008
- Messages
- 52
Still learning in the finer points of Access and VBA and needing help here.
I have a tab control with two a subform (sfrm1) on one tab and a subform (sfrm2) on another tab.
I have a subform (sfrm1) with two numeric controls (SL) and (EL) whose values are chosen by the user.
I have another subform (sfrm2) that has a combo box control that needs to be populated with the values >= (SL) and <= (EL) with a step of 2.
This combo box needs to be populated with these values when the user selects the tab with (sfrm2) on it.
Example: User chooses 13 for (SL) and 21 for (EL) on he tab containg (sfrm1). When changing tabs to the one that contains (sfrm2), the como box needs to populate itself with the values of 13, 15, 17, 19, and 21.
Any help here would be appreciated and thank you in advance.
I have a tab control with two a subform (sfrm1) on one tab and a subform (sfrm2) on another tab.
I have a subform (sfrm1) with two numeric controls (SL) and (EL) whose values are chosen by the user.
I have another subform (sfrm2) that has a combo box control that needs to be populated with the values >= (SL) and <= (EL) with a step of 2.
This combo box needs to be populated with these values when the user selects the tab with (sfrm2) on it.
Example: User chooses 13 for (SL) and 21 for (EL) on he tab containg (sfrm1). When changing tabs to the one that contains (sfrm2), the como box needs to populate itself with the values of 13, 15, 17, 19, and 21.
Any help here would be appreciated and thank you in advance.