Hello -
I want to develop a form that would list the contents of a table, in this case a list of printed materials that can be ordered. I would like the user to place a check mark next to the items they want and indicate the date ordered. I would like the database to update a table with a record for each item they've ordered. It seems like I should be able to easily do this, but I'm drawing a blank. Can anyone help? Thanks.
Table 1
MaterialsID
Title
Table2
Contactid
MaterialsID
Date ordered
I want to develop a form that would list the contents of a table, in this case a list of printed materials that can be ordered. I would like the user to place a check mark next to the items they want and indicate the date ordered. I would like the database to update a table with a record for each item they've ordered. It seems like I should be able to easily do this, but I'm drawing a blank. Can anyone help? Thanks.
Table 1
MaterialsID
Title
Table2
Contactid
MaterialsID
Date ordered