Not sure what is wrong here.
I am trying to do a SUMIF expression to fill a textbox on a form based uon what is in onw of the other bound textboxes.
The expression is:
=SUMIF(TableName!FieldName,[Expr1001],TableName!FieldName)
Shouldn't this sum up the field values from the table when the first field name = [Expr1001]?
I just get a #Name? when I run the form.
I am trying to do a SUMIF expression to fill a textbox on a form based uon what is in onw of the other bound textboxes.
The expression is:
=SUMIF(TableName!FieldName,[Expr1001],TableName!FieldName)
Shouldn't this sum up the field values from the table when the first field name = [Expr1001]?
I just get a #Name? when I run the form.