
July 26th, 2001, 11:19 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
Moving data from one table to another?
Originally posted by : BeginnerI am developing a small web application. I need to Update one field in a table while moving 4 fields from that table to another.What would be the best approach? Include file, stored procedure or multiple sql statements?Example of what I am trying to do:First I use a form on page 1 that queries table1 and return Data on page 2. Second they click a submit within a form on page 2 which UPDATEs a Field in Table1As that happens I would like to Move about 4 Fields from the record set that was update into Table2Examples would be helpful,Thank you,
|