Hi,
I have read that the command AcSaveNo only saves the form, not data. So which code should i use to save the data in a form?
Heres my code
DoCmd.OpenForm "BorrowerSection", acNormal
DoCmd.Close acForm, "AddNewBorrower", acSaveNo
I have read that the command AcSaveNo only saves the form, not data. So which code should i use to save the data in a form?
Heres my code
DoCmd.OpenForm "BorrowerSection", acNormal
DoCmd.Close acForm, "AddNewBorrower", acSaveNo