Grumbledook
Technical User
I have training table which displays training lectures attended by students i.e. each subject has a check box associated with it.
Problem:
I want to be able to select a checkbox field from a lisbox set to list each checkbox field and display corresponding records selected in another list box:
so...if Jones and Smith attended the burglary lecture, I want to be able to select Jones and Smith from one list box and Burglary lecture from another list and display them on a data access page, where I can then update the check box to reflect their attendance.
table name is 'Training'
Field name is 'Surnames'
Checkbox names = 24 unique check boxes.
I can get both list boxes to list the names and the check box fields but try as I might I cannot get them to combine to display the correct records. All I ever get back is a blank data access page.
If you need any more explanation please let me know.
G.
Problem:
I want to be able to select a checkbox field from a lisbox set to list each checkbox field and display corresponding records selected in another list box:
so...if Jones and Smith attended the burglary lecture, I want to be able to select Jones and Smith from one list box and Burglary lecture from another list and display them on a data access page, where I can then update the check box to reflect their attendance.
table name is 'Training'
Field name is 'Surnames'
Checkbox names = 24 unique check boxes.
I can get both list boxes to list the names and the check box fields but try as I might I cannot get them to combine to display the correct records. All I ever get back is a blank data access page.
If you need any more explanation please let me know.
G.