J
James
Hello I have the following code in the on change command
of my Combo Box:
If Combo2.Value = "Main Systems (SIMS,Logon,EPIX etc)" Then
frmSearchMain.Visible = True
Else
frmSearchMain.Visible = False
If Combo2.Value = "CISCO" Then
frmCISCOSearch.Visible = True
Else
frmCISCOSearch.Visible = False
If Combo2.Value = "External Information (EMS Online etc)"
Then
frmExternalSearch.Visible = True
Else
frmExternalSearch.Visible = False
End If
End If
End If
Why is it not working? Is there any way it could be
solved? Its is actually working but I only see the first
form I select from the list.
For example if I select CISCO I get the CISCO Search form
up and then if I select the main info one after using the
CISCO form, and well it still shows me the CISCO form but
when I re jigged the forms around I found it was making
the form visible it was not hiding the CISCO one?
Any Suggestions?
Many Thanks
James
of my Combo Box:
If Combo2.Value = "Main Systems (SIMS,Logon,EPIX etc)" Then
frmSearchMain.Visible = True
Else
frmSearchMain.Visible = False
If Combo2.Value = "CISCO" Then
frmCISCOSearch.Visible = True
Else
frmCISCOSearch.Visible = False
If Combo2.Value = "External Information (EMS Online etc)"
Then
frmExternalSearch.Visible = True
Else
frmExternalSearch.Visible = False
End If
End If
End If
Why is it not working? Is there any way it could be
solved? Its is actually working but I only see the first
form I select from the list.
For example if I select CISCO I get the CISCO Search form
up and then if I select the main info one after using the
CISCO form, and well it still shows me the CISCO form but
when I re jigged the forms around I found it was making
the form visible it was not hiding the CISCO one?
Any Suggestions?
Many Thanks
James