Link to home
Start Free TrialLog in
Avatar of ca1358
ca1358

asked on

Transfer One Record into New Table and Delete in Old Table



I need the Access form and when you click the"YES" I need to have the one RECORD to transfer the reocrd into a different table and Delete in the present table. Just the Record you are on.  Is this possible?
'//////////////////////////////////////
Private Sub cmdTransferToTable1_Click()
Dim iResponse As Integer

  iResponse = MsgBox("Are You Sure?", vbYesNoCancel, "Processing")

  Select Case iResponse
 
    Case vbYes

'//////////////////

Any help would greatly be appreciate!!


ASKER CERTIFIED SOLUTION
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ca1358
ca1358

ASKER

Thank you!
Thanks for the grade.  Good luck with your project.  -Jim