Hi all,
i'm trying to add some conditional formatting to a textbox within a form. The code works fine because I can see the effects of the conditional formats when I open the form in code. However, when I try to save it using:
DoCmd.Close acForm, FormName, acSaveYes
The changes I made in the...