A list box that displays all the records for a particular student. There is a subform on the page as well that has detailed information.
The List box source is:
SELECT [Record Review].[Record Review ID], [Record Review].[Record Review Item] FROM [Record Review] WHERE [Record Review].[Student ID]=[Students].[Student ID];
And i want the the subform to display the record i select in the list box. The subform displays the appropiate records and i can scroll through andd find the record.
trying to build a macro for "On Click"
please help.
The List box source is:
SELECT [Record Review].[Record Review ID], [Record Review].[Record Review Item] FROM [Record Review] WHERE [Record Review].[Student ID]=[Students].[Student ID];
And i want the the subform to display the record i select in the list box. The subform displays the appropiate records and i can scroll through andd find the record.
trying to build a macro for "On Click"
please help.