C
Carlos1815
I have a form with a combo box that has a row source of a table
containing topic titles. On this form I have a sub form where a user
can add data to a topic. What I'd like to have is to have the user
choose a topic from the combo box, and have the subform populated with
the data from the topic (a separate table for each topic) chosen in
the cbo box. This way, I can avoid having 18 separate subforms, just
one form with a subform that allows the user to enter data into one of
18 chosen topics (tables).
Is there a way to do this? I've looked, and most of the advice given
was populating a form from a combo box using data from the same table
used by the cbo box, not a different table.
Thanks!
Carlos
containing topic titles. On this form I have a sub form where a user
can add data to a topic. What I'd like to have is to have the user
choose a topic from the combo box, and have the subform populated with
the data from the topic (a separate table for each topic) chosen in
the cbo box. This way, I can avoid having 18 separate subforms, just
one form with a subform that allows the user to enter data into one of
18 chosen topics (tables).
Is there a way to do this? I've looked, and most of the advice given
was populating a form from a combo box using data from the same table
used by the cbo box, not a different table.
Thanks!
Carlos