Using a continuous form I would like to require 1-field in each record
to have data before the record is saved. In the table I set a single
date field as required = yes, and this works for me.
How do I display a custom message that makes sense, other than the one
I am assuming is coming from jet (DAO). I tried to trap the message
in the forms OnError but the error of failing to enter data in the
required field seems to be 0, I don't think this is correct.
How can I display a message requiring the single fields data through
trapping ?
to have data before the record is saved. In the table I set a single
date field as required = yes, and this works for me.
How do I display a custom message that makes sense, other than the one
I am assuming is coming from jet (DAO). I tried to trap the message
in the forms OnError but the error of failing to enter data in the
required field seems to be 0, I don't think this is correct.
How can I display a message requiring the single fields data through
trapping ?
Comment