Nolan Adams
New member
- Local time
- Today, 15:57
- Joined
- Oct 13, 2004
- Messages
- 7
I have a form that has a list box which the user selects one item and then clicks on a 'button'. The code on the button then displays another form which should only display the records for the 'selected' items of the first selection. How do I get the 'selected' data to limit the rows returned on the second form?
The first form lists student names (Table1). The second should show only the records for that student from another table (Table3).
I am sure this is simple, but since I am more simple I need help. Thanks
The first form lists student names (Table1). The second should show only the records for that student from another table (Table3).
I am sure this is simple, but since I am more simple I need help. Thanks