| | | Forum Newbie
       
Group: Forum Members Last Login: 8/3/2008 8:05:05 PM Posts: 2, Visits: 2 |
| Please Master's,
I am working on a project. After making use of the Data in Publish(Table) I want it to transfer to Publish_Archive (Table) for history purpose, on a single command button click. The two table located on single Database in VB6.
Please I need you answer.
Thanks
NeverDeLess |
| | | | Forum Member
       
Group: Forum Members Last Login: 10/10/2008 5:47:58 AM Posts: 27, Visits: 206 |
| a simple database manipulation... just retrieve the data of 1st table save it to the second table then after that back to the first table delete the record you tansfered in the second table if you using ms access db but if use mysql or ms sql server db you can use simple query to process that... |
| |
|
|