bobleonard
Programmer
Hi,
I'm making some changes to a control's properties. I do this in the Detail.Format event. The changes work fine but I would like to save them.
I've tried:
DoCmd.RunCommand acCmdSave
after I make the changes but this doesn't take.
Also, (from reading posts) I've tried:
DoCmd.Close acForm, "SIIIPrint", acSaveYes
in the Report_Unload event. (there is only one form)
that didn't work.
For any other suggestions, Thanks
BLeonrd
I'm making some changes to a control's properties. I do this in the Detail.Format event. The changes work fine but I would like to save them.
I've tried:
DoCmd.RunCommand acCmdSave
after I make the changes but this doesn't take.
Also, (from reading posts) I've tried:
DoCmd.Close acForm, "SIIIPrint", acSaveYes
in the Report_Unload event. (there is only one form)
that didn't work.
For any other suggestions, Thanks
BLeonrd