Good morning, all!<br><br>I have a main form in a production application. I have written some code to test whether the linked tables used in the application are linked to the production environment, or linked to the test environment. I would like the form's caption to indicate which environment the tables are in. <br><br>I use the following code snippet<br><br> DoCmd.OpenForm "frmjobsub"<br> Forms![frmJobSub].Caption = "Aristar FIS Production -- " & strEnvironment & " Environment"<br> DoCmd.Save acForm, "frmjobsub"<br><br>This changes the caption of the form, but if I close the form and reopen it, the caption is back to the original text, which is hard-coded into the properties box of the form.<br><br>What am I missing? Having a sick child/little sleep is definitely not conducive to writing VBA ;-)<br><br>Thanks,<br>kathryn<br>