Acc2002 - Form/subform

E

ericaz511

I have a main form with a combo box and a subform. The combo box
contains a list of 15 tables.

I want to be able to select a table from the combo box, and then have
the table show in the subform, so I can then edit the table.

Since each table contains different fields, does that mean I need to
create a separate form for each of the 15 tables? Is there a way
around this?

I tried setting the RecordSource dynamically (in the combo box
AfterUpdate event), but I'm not sure how to handle the controls on the
subform, since the controls will be different for each table.

Any ideas would be much appreciated!

Thanks,
Erica.
 
Top