Save Form Design in Macro

I

ian

I have a macro that changes the title of a macro and its
background colour and then saves the form. The title and
colour change however when the database is opened again
the form is in the original colour and has the original
title without the changes.
 
K

Ken Snell

How do you change the background color of a macro? A macro is not a control
in a form.

If you're asking how you can save changes to the design of a form, you must
open the form in design view (which you can do via macro), make the changes
to the properties, and then save the form using the "Save Changes" option as
Yes.
 
Top