ThinWhiteDude
Technical User
I have tried to find something like this in the past postings, with no luck, so here goes (and if I missed it I apologize):
I have a form used to add records to a table. I would now like to use that form to make changes to an exisiting record --NOT SAVE THE CHANGES MADE-- but make a copy of that changed record and put it into another table, tblEditedRecords. Then I would have the original record and a table with the edited version of the record.
Is this possible with SQL? And if so, could I get a little help on how to write it? I have done some SQL behind some of the buttons on my forms, but am still a SQL newbie.
I will be grateful for any help.
TWD
I have a form used to add records to a table. I would now like to use that form to make changes to an exisiting record --NOT SAVE THE CHANGES MADE-- but make a copy of that changed record and put it into another table, tblEditedRecords. Then I would have the original record and a table with the edited version of the record.
Is this possible with SQL? And if so, could I get a little help on how to write it? I have done some SQL behind some of the buttons on my forms, but am still a SQL newbie.
I will be grateful for any help.
TWD