G
geebee
hi,
i am getting an "youve entered an expression that has no value" message,
pointing to the following:
If IsNull(Nz(Forms!frm_charity.Form!sbfrm_template!ttl_1704.Value, 0)) Then
Me.Frame259 = Null
Else
Me.Frame259 = 1
End If
i would like to know how i can prevent this. the form is set up to where it
has no recordsource, and although the subform has a recordsource, the
allowadditions property is set to NO.
thanks in advance,
geebee
i am getting an "youve entered an expression that has no value" message,
pointing to the following:
If IsNull(Nz(Forms!frm_charity.Form!sbfrm_template!ttl_1704.Value, 0)) Then
Me.Frame259 = Null
Else
Me.Frame259 = 1
End If
i would like to know how i can prevent this. the form is set up to where it
has no recordsource, and although the subform has a recordsource, the
allowadditions property is set to NO.
thanks in advance,
geebee