R
rkbrown04
I have a form that is a continuous form and occasionally the table that the
forms data comes from is empty. I have code in the Form_Load procedure that
is executed and causes an error because there is no data in the table. Is
there a way to test for the absence of data before I test values in the
record. The nz(me.id,"xxx") is not working because me.id is not valid there
is no record. I get an error message that says I have entered an expression
that has no value. Any ideas?
forms data comes from is empty. I have code in the Form_Load procedure that
is executed and causes an error because there is no data in the table. Is
there a way to test for the absence of data before I test values in the
record. The nz(me.id,"xxx") is not working because me.id is not valid there
is no record. I get an error message that says I have entered an expression
that has no value. Any ideas?