A
Alan T
I have a button on the main form:
DoCmd.OpenForm "frmEmployee", acNormal, , , acFormEdit, acWindowNormal
I can still add record by clicking the * on the record selector.
So what is the difference:
DoCmd.OpenForm "frmInvoice", acNormal, , , acFormAdd, acWindowNormal ?
DoCmd.OpenForm "frmEmployee", acNormal, , , acFormEdit, acWindowNormal
I can still add record by clicking the * on the record selector.
So what is the difference:
DoCmd.OpenForm "frmInvoice", acNormal, , , acFormAdd, acWindowNormal ?