G
Guest
I am trying to make changes to Label controls on a form, programically. I
attempt to save the form, which is named "frmCostCenter" after the changes,
using:
DoCmd.Save acForm, "frmCostCenter"
Yes, the form is open
It is evident the changes are not saved wen I re-open the form. What am I
doing wrong?
Many thanks.
attempt to save the form, which is named "frmCostCenter" after the changes,
using:
DoCmd.Save acForm, "frmCostCenter"
Yes, the form is open

It is evident the changes are not saved wen I re-open the form. What am I
doing wrong?
Many thanks.