M
Mary A Perez
I have a form where the user will choose a Plan Name, then a Product Name
that correlates to the Plan. Once this is chosen, the user will then choose
one of three command buttons to click on to give them either current rate
form, current amendment rate form, or previously effective rate form.
What I need is the code for the "on click" event of the command button so
that it will go to the form based upon the plan and product chosen.
I have the following tables:
tblPlan(PlanId is the primary key & is an auto-number data type)
tblProduct(ProductId is the primary key & is an auto-number data type)
tblCurrentContractRatesandSpecifications(ProductName is the primary key)
tblCurrentContractAmendmentRatesandSpecifications(ProductName is the primary
key)
tblPreviousEffectiveContractRatesandSpecifications(ProductName is the
primary key)
I have the following forms:
frmPlanProductChoices(this is the form where the user will choose the plan
and the product & the rate form)
frmCurrentContractRatesandSpecifications(built from the tbl with the
corresponding name)
frmCurrentContractAmendmentRatesandSpecifications
frmPreviousEffectiveContractRatesandSpecifications
The above forms are the forms I want the user to go to upon the "on click"
of the followng command buttons within the frmPlanProductChoices:
cmdCurrentContractRatesandSpecifications
cmdCurrentContractAmendmentRatesandSpecifications
cmdPreviousEffectiveContractRatesandSpecifications
Thanks to whomever reads this & helps me move forward with my database.
that correlates to the Plan. Once this is chosen, the user will then choose
one of three command buttons to click on to give them either current rate
form, current amendment rate form, or previously effective rate form.
What I need is the code for the "on click" event of the command button so
that it will go to the form based upon the plan and product chosen.
I have the following tables:
tblPlan(PlanId is the primary key & is an auto-number data type)
tblProduct(ProductId is the primary key & is an auto-number data type)
tblCurrentContractRatesandSpecifications(ProductName is the primary key)
tblCurrentContractAmendmentRatesandSpecifications(ProductName is the primary
key)
tblPreviousEffectiveContractRatesandSpecifications(ProductName is the
primary key)
I have the following forms:
frmPlanProductChoices(this is the form where the user will choose the plan
and the product & the rate form)
frmCurrentContractRatesandSpecifications(built from the tbl with the
corresponding name)
frmCurrentContractAmendmentRatesandSpecifications
frmPreviousEffectiveContractRatesandSpecifications
The above forms are the forms I want the user to go to upon the "on click"
of the followng command buttons within the frmPlanProductChoices:
cmdCurrentContractRatesandSpecifications
cmdCurrentContractAmendmentRatesandSpecifications
cmdPreviousEffectiveContractRatesandSpecifications
Thanks to whomever reads this & helps me move forward with my database.