L
LMM
I have a form with a subform that displays more information about the record.
This relationship is a one to one master child relationship, but on occasion
there is no child so nothing gets displayed in the subform. My problem is
that I have an on current event procedure that runs through a bunch of if/if
else statements, one of these refrences an object in the subform, if there is
no data for the record in the subform I get "Runtime error '2427': You
entered an expression that has no value" is there a way to check if the
subform has data for this record or an if null equivilant statement to the
object or the entire subform?
This relationship is a one to one master child relationship, but on occasion
there is no child so nothing gets displayed in the subform. My problem is
that I have an on current event procedure that runs through a bunch of if/if
else statements, one of these refrences an object in the subform, if there is
no data for the record in the subform I get "Runtime error '2427': You
entered an expression that has no value" is there a way to check if the
subform has data for this record or an if null equivilant statement to the
object or the entire subform?