I have a table called table1 that has a one to many relationship to
table2. What I would like to do is have a form with two list boxes on
it. The first list box will have a field from all of the records in
table1. When the user clicks on one of the records, the second list
box will show all of the records related to that from table2. Is this
possible? How can it be done.
Regards,
Chris Vettese
table2. What I would like to do is have a form with two list boxes on
it. The first list box will have a field from all of the records in
table1. When the user clicks on one of the records, the second list
box will show all of the records related to that from table2. Is this
possible? How can it be done.
Regards,
Chris Vettese
Comment