M
Mark R
I am trying to construct a message for a
MsgBox in the BeforeUpdate event, listing the fields on
the current form that are still NULL.
How do I get the fields to become listed in the msgbox?
AIR CODE I can envision:
===========================
for each fieldOfNoSequentialNameConvention
IF ISNULL(field1) then
include it on the msgbox
next fieldOfNoSequentialNameConvention
print msgbox
MsgBox in the BeforeUpdate event, listing the fields on
the current form that are still NULL.
How do I get the fields to become listed in the msgbox?
AIR CODE I can envision:
===========================
for each fieldOfNoSequentialNameConvention
IF ISNULL(field1) then
include it on the msgbox
next fieldOfNoSequentialNameConvention
print msgbox