In my database there are two tables one of which is the main table and a second child table. The relationship betweeen the main to child is one-to-many. I have a main form where data is entered going into the Main table, on the same form there is also a sub-form for entering data into the child table.
My question is that on the main part of the form I would like to use a list box to display some of the information that is entered into the subform. I would like only the informatiion to display data which is related to the data displayed on the main form. When I go to create the list box, it displays all information in the child table. I am sure there is a simple way for the list box to display only the data that pertains to the current main form displayed.
Thanks for the advice.
Tfrank.
My question is that on the main part of the form I would like to use a list box to display some of the information that is entered into the subform. I would like only the informatiion to display data which is related to the data displayed on the main form. When I go to create the list box, it displays all information in the child table. I am sure there is a simple way for the list box to display only the data that pertains to the current main form displayed.
Thanks for the advice.
Tfrank.