Can I program a form's for:
if [field x] is null, insert "this text"
I can't use the default text of the table structure. In my table, I have (eg) [project], [element], [discussion]. Each project can have multiple elements, each with a unique discussion. Often the discussion (or at least the foundation of the discussion) is the same for the same element for different projects.
If the field has been typed in, I don't want it overwritten with the default text.
If i can code this, where would I put it? My form is filtered to show only the project chosen on the previous form. I have a "next record" button to move through each of the elements. Would I add it to the 'after update' of the form? Would this still update the first element when the form is opened?
if [field x] is null, insert "this text"
I can't use the default text of the table structure. In my table, I have (eg) [project], [element], [discussion]. Each project can have multiple elements, each with a unique discussion. Often the discussion (or at least the foundation of the discussion) is the same for the same element for different projects.
If the field has been typed in, I don't want it overwritten with the default text.
If i can code this, where would I put it? My form is filtered to show only the project chosen on the previous form. I have a "next record" button to move through each of the elements. Would I add it to the 'after update' of the form? Would this still update the first element when the form is opened?