D
DubboPete
Hi all,
I am au fait with getting a response if a value/text is missing in a field,
but how about a BeforeUpdate event checking nearly 50 fields?
So, instead of 50 instances of If IsNull(me.text1) Then...
is there any quicker way of checking and reporting back the fields that are
missing values or text?
tia
DubboPete
I am au fait with getting a response if a value/text is missing in a field,
but how about a BeforeUpdate event checking nearly 50 fields?
So, instead of 50 instances of If IsNull(me.text1) Then...
is there any quicker way of checking and reporting back the fields that are
missing values or text?
tia
DubboPete