Hi there!
I have a table with data. I’d like a form that prints out each row. Then I’d like to have the ability to change the data in one field per row, click submit…and then have the data in the table refresh itself.
Imagine each row says this:
NAME AMT OWED PAID
Mary Smith $25.00 Yes
Chris Brown $35.00 No
– SUBMIT BUTTON –
I would like the “PAID” field to be an input box (or checkbox or whatever) that I can change. Each day, some payments will arrive so tomorrow I might want to change Chris’s PAID field to “Yes” if his payment arrives.
Therefore, when I click on the SUBMIT BUTTON, I’d like to the PAID field for each row changed to update to the new value.
If you go to this link, it will give you an idea of what I have so far:
My Webpage
Thank you for your time - I really appreciate it!
Andrea