M
MSA
I have a main Form which contains two subforms and I want to total the
amounts entered in text boxes in these two forms on the main form.
So in order to achieve the reqd. result I put a text box on my Main form and
added the two, Text49 and CA_2007 by using the following expression
=(c_PM_QtySum_subform.Form!Text49)+(d_PM_CA_Entry_subform.Form!CA_2007)
But the problem I run into is if either of these (Text49 and CA_2007) field
on the subform have a null value i.e. nothing even though the other might
have an amount my Total shows up as empty.
Example:
Text49 = empty
CA_2007 = 5000
Total = empty
Is there a way to show the value in my Total even if one of the subform
fields is empty.
amounts entered in text boxes in these two forms on the main form.
So in order to achieve the reqd. result I put a text box on my Main form and
added the two, Text49 and CA_2007 by using the following expression
=(c_PM_QtySum_subform.Form!Text49)+(d_PM_CA_Entry_subform.Form!CA_2007)
But the problem I run into is if either of these (Text49 and CA_2007) field
on the subform have a null value i.e. nothing even though the other might
have an amount my Total shows up as empty.
Example:
Text49 = empty
CA_2007 = 5000
Total = empty
Is there a way to show the value in my Total even if one of the subform
fields is empty.