I currently have a query that produces a result set with a number of rows. Some columns are left blank for free-form data entry, and some of the columns are calculated values based on other columns.
What I need, is a form that displays all the data in table-form, with a checkbox at the end of each row which when checked, will populate a field with the user's name. Basically the user is just using the checkbox to certify that they've reviewed the data.
How should I do this? Is it a form? Do I need to use a sub-form/continuous form/etc? I'm an MS Access rookie, so I appreciate any help.