I have to create a stored procedure that will view data from a table. The user will audit the data, with paid dates. The user comes back to the view report, check/select all lines that have the same paid dates to change. The user will enter the paid date, then click a button and update all the records selected.
Will I need to have the checkbox field in the table?
Is it something that the user only has to see in the viewed report?
I am just not sure how to add this checkbox. :'(