DrGreg1408
Technical User
I want to programmatically assign a value to the tag property of an open form and then save that change when I close the form so that I have access to it when I open it the next time. Sounds pretty straight forward, but I'm finding that the changes made to the tag are not being saved. Is this normal behavior for Access forms? Before anyone asks, my close command already includes the optioon acSaveYes. How can I have my form save changes to the tag property that are made programmatically while the form is open?