T
Todd
I'm a new user, so please bear with me on what is probably
a simple question.
I have a data entry form where the user inputs 7 or 8
items which are saved in a status history table.
What I'm finding is that sometimes they forget to enter
all the info, so what I'd like to do is make it so that
when the record that they are creating is updated, there
is a check done and if any of the fields are null, they
get prompted to "check for missing fields" or something
like that.
Is this possible? Is it a matter of putting some code in
the "before update" event? What would the format of the
code look like?
Thanks for the help.
a simple question.
I have a data entry form where the user inputs 7 or 8
items which are saved in a status history table.
What I'm finding is that sometimes they forget to enter
all the info, so what I'd like to do is make it so that
when the record that they are creating is updated, there
is a check done and if any of the fields are null, they
get prompted to "check for missing fields" or something
like that.
Is this possible? Is it a matter of putting some code in
the "before update" event? What would the format of the
code look like?
Thanks for the help.