M
miss031
This is really strange, and I'm sure there is a simple answer. I have a
field on a form that is a calculation of fields on 2 subforms. When the
condition of invoice_ID is not null, data is properly displayed in the
txt_balance_due field,but when the invoice_ID *is* null, the data is
displayed for a split second, and then the field is blank. I have no code in
the form, or any of its subforms, that refreshes or changes the data. I
can't figure it out.
The controlsource of txt_balance_due is:
=IIf(IsNull([txt_invoice_ID]),[frm_sub_bidder_invoices].[Form]![balance_fwd]+[subform_clerking].[Form]![SumOfgrandtotal],[frm_sub_bidder_invoices].[Form]![balance_fwd])
field on a form that is a calculation of fields on 2 subforms. When the
condition of invoice_ID is not null, data is properly displayed in the
txt_balance_due field,but when the invoice_ID *is* null, the data is
displayed for a split second, and then the field is blank. I have no code in
the form, or any of its subforms, that refreshes or changes the data. I
can't figure it out.
The controlsource of txt_balance_due is:
=IIf(IsNull([txt_invoice_ID]),[frm_sub_bidder_invoices].[Form]![balance_fwd]+[subform_clerking].[Form]![SumOfgrandtotal],[frm_sub_bidder_invoices].[Form]![balance_fwd])