J
John Contact
Hi again,
Hoping you can assist me once again!
I have a form with a number of option groups and there
asscoiated lables. Depending on an option chosen from a
combo box the control source for the option group and text
to be displayed in the label is chosen from a multitude of
different options.
At the moment I have written truck loads of code for each
option i.e
If [Call_Type] = 1 Then
[Frame1].ControlSource = "Transactional_Skill_1"
[Label1].Caption = "Full payment of debt requested _
andoptions offered"
[Frame2].ControlSource = "Transactional_Skill_2"
etc. etc
ElseIf [Call_Type] = 2 Then
[Frame1].ControlSource = "Transactional_Skill_1"
[Label1].Caption = "Tenancy Agreement obtained if
Necessary"
etc. etc.
I am hoping there is way to shorten this whole damn thing
and put the label statements in a table and have the code
reference them. I had a look at the switchboard set up and
tried to adapte but seemed to have missed the boat.
Any assistance greatly appreciated.
Cheers
John
Hoping you can assist me once again!
I have a form with a number of option groups and there
asscoiated lables. Depending on an option chosen from a
combo box the control source for the option group and text
to be displayed in the label is chosen from a multitude of
different options.
At the moment I have written truck loads of code for each
option i.e
If [Call_Type] = 1 Then
[Frame1].ControlSource = "Transactional_Skill_1"
[Label1].Caption = "Full payment of debt requested _
andoptions offered"
[Frame2].ControlSource = "Transactional_Skill_2"
etc. etc
ElseIf [Call_Type] = 2 Then
[Frame1].ControlSource = "Transactional_Skill_1"
[Label1].Caption = "Tenancy Agreement obtained if
Necessary"
etc. etc.
I am hoping there is way to shorten this whole damn thing
and put the label statements in a table and have the code
reference them. I had a look at the switchboard set up and
tried to adapte but seemed to have missed the boat.
Any assistance greatly appreciated.
Cheers
John