adding from one table to another
The scenario is like below:
User enters his information which stores in Table1. Then Administrator view all the request of that day and decides to Add 1 request (details of the user) to Table2.
First part of the scenario is done. When admin click on "view requests" link, all the requests made by the users displays in a table and there is a link "Add to table2". What i require is when admin click on the link "Add to table2", this particular record of user stores in Table2. Keep in mind if 5 users has submitted their data, all are showing on one page.
|