As I mentioned, if you open the form in design mode, and make a change, and close the form with save as option, it will take.
Tomvddiun's option also works. Using that method will allow you to use the control's after update event to replace the data in the table, then each new record, not just when it's opened, will always have the last value used.
ChaZ