How to reset default values in an editable field

A form has an editable field with default values. I would like to reset these values whenever the document is opened. One solution would be to reset the values in the PostOpen event of the form using LotusScript.

Is there a simpler way to reset the default values and effectively overwrite any values that were added when the document was previously edited?

Thanks.

Subject: How to reset default values in an editable field

QueryOpen or PostOpen would be my choice. If you don’t want people’s edits, then why make the field editable?