I have a very simple table called replist with 3 fields, (Lname, Fname, Notes).
I want to list these records with a checkbox next to them. I then want to be able to check off some/all of these boxes and enter comments in a text box. Once the save button is pressed I want the entered text to be appended to the existing data in each Notes field and maybe display the number of rows affected.
Any help will be appreciated..