D
DAnte
I am trying to do a comparison within a condition that
says if a field within a subform or a main form is blank
then continue with the condition other wise don't
continue. I have the following comparison:
If MySubForm("MyControlField") = Null Then
...
This seems to be the value of the control field when there
is nothing in it but this condition always comes out to be
false. Is this a valid condition? Is there another way
to write this?
says if a field within a subform or a main form is blank
then continue with the condition other wise don't
continue. I have the following comparison:
If MySubForm("MyControlField") = Null Then
...
This seems to be the value of the control field when there
is nothing in it but this condition always comes out to be
false. Is this a valid condition? Is there another way
to write this?