i am using this as for my close form button so it dosent save any changes but it dosent seem to work
DoCmd.Close acForm, , acSaveNo
i get an error meesage "the object requires a Object name argument"
how can this be fixed
DoCmd.Close acForm, , acSaveNo
i get an error meesage "the object requires a Object name argument"
how can this be fixed