How do u determine a subfrom, from entering data on a main form?

Morpheus_UK

Registered User.
Local time
Today, 08:27
Joined
Dec 31, 2004
Messages
23
On a form, how do you make it so, that when u select data from a combo box, it displays an associated subform.

Quickie, but I'm still new to it, with no useful reference for learning part from here.
 
In the AfterUpdate event of the combo, you can use the OpenForm method to open a new form or you can use Me.MySubform.Visible to show a previously hidden subform.
 

Users who are viewing this thread

Back
Top Bottom