Run SQL upon button click in table row
-
Hello. I’d like to add a button to each row in a specific table. When the user clicks on that button, I’d like the data associated with that row to be moved to another table. I was wondering if anyone could help me achieve this please? I believe I could use an
INSERT INTO
sql command to insert the data into another table but I’m not sure how I’d initiate this or to ensure that only the relevant row gets moved/copied over?
Thank you in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Run SQL upon button click in table row’ is closed to new replies.