Moving to records based on list box

V

Vel

Hello,

I have a question which I will try to keep as simple as
possible.

I have a form, with three subforms. Each of the subforms
is based on the same table in an overlapping fashion much
like a tab control (only nicer to look at and more
customizable). The subforms are in a many:many
relationship with the main form based on ClientID. I
want to, based on a date I choose in a list box, move
each of the three subforms to the corresponding record.

I.E. the main form frmSubAssessments has a list box
named listDate. If the user selects 1/1/2003, I want the
sub forms frmTestA, frmTestB, frmTestC all to correspond
to the test administered on that date. The reason for
the many:many relationship is long and complicated, and
if necessary I can explain it though it has little to do
with my actual question.

Thanks,

Vel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top