I want to save a form to different table.
There is a form "frmVendorInq" base on "tblCustomerInq". After I enter data to "frmVendorInq", I want to save the form to "tblVendorInq".
I put "Save" command button on the form and default code came in the follwoing.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Can I use the code to save it ? If then, what do I need to change ?
Thank you.
There is a form "frmVendorInq" base on "tblCustomerInq". After I enter data to "frmVendorInq", I want to save the form to "tblVendorInq".
I put "Save" command button on the form and default code came in the follwoing.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Can I use the code to save it ? If then, what do I need to change ?
Thank you.