C
Claude
Greetings
My platform is Access 2000
I have a Parent Form containing 3 SubForms (Form1, Form2, Form3) all set at
Visible = False (Not visible in Parent Form)
I then have a ComboBox with 3 Lookup fields (Field1, Field2, Field3) in the
Parent Form.
I am unable to Code the following:
When selecting "Field1" in ComboBox Lookup, Form1 must be set as "Visible =
True"
When selecting "Field2" in ComboBox Lookup, Form2 must be set as "Visible =
True"
When selecting "Field3" in ComboBox Lookup, Form3 must be set as "Visible =
True"
Is this at all possible??, if so, some sample code would be greatly
appreciated.
Thanking you in advance
Claude
My platform is Access 2000
I have a Parent Form containing 3 SubForms (Form1, Form2, Form3) all set at
Visible = False (Not visible in Parent Form)
I then have a ComboBox with 3 Lookup fields (Field1, Field2, Field3) in the
Parent Form.
I am unable to Code the following:
When selecting "Field1" in ComboBox Lookup, Form1 must be set as "Visible =
True"
When selecting "Field2" in ComboBox Lookup, Form2 must be set as "Visible =
True"
When selecting "Field3" in ComboBox Lookup, Form3 must be set as "Visible =
True"
Is this at all possible??, if so, some sample code would be greatly
appreciated.
Thanking you in advance
Claude