vubinhsg,
In order to save changes to a form's design, or indeed to the design of any control on it, you must open the form in design view, make your changes, then save and close the form.
DoCmd.OpenForm "Form1", acDesign
Forms!Form1.Text0.Tag = "ABC"
DoCmd.Close acForm, "Form1", acSaveYes
Graham R Seach
Microsoft Access MVP
|