C
cmcnaught
Guest
I am working on a form using VBA to set field properties from a combo box (background color). The form works fine but the properties do not persist after closing the form. If a manual (toolbar) change is made this forces a save when closing and then the VBA changed properties are saved. I tried using DoCmd.Save acForm, "frmName" on close but this does not save the changed properties either although I know it runs when the form is closed. The form property "Allow Design Changes" is set to "All Views" although I have tried the other setting. Is there a flag that needs to be set to force the property changes to be stored on closing the form? Any other suggestions?