OCC_SF_Access
New member
- Local time
- Today, 14:36
- Joined
- Sep 17, 2008
- Messages
- 7
Hello,
I have a simple question. How can I open a new form (called Incentive Type 1) based on a value being input within a subform without the OpenForm command running continuously? Below is the code that I have for AfterUpdate() for a Control called Incentive Scenario Type:
Sub Private Incentive_Scenario_Type_AfterUpdate()
Any help is miuch appreciated!
I have a simple question. How can I open a new form (called Incentive Type 1) based on a value being input within a subform without the OpenForm command running continuously? Below is the code that I have for AfterUpdate() for a Control called Incentive Scenario Type:
Sub Private Incentive_Scenario_Type_AfterUpdate()
DoCmd.OpenForm "Incentive Type 1"
End Sub
Any help is miuch appreciated!