Came across a form that has this code in it's Sub cmdSave_Click() event. It appears twice in succession -
RunCommand acCmdSaveRecord
RunCommand acCmdSaveRecord
The form contains a subform so I can only imagine that it is saving the data for both forms???
Does this make sense? Is this the appropriate way to handle this?
Tia