I'm using the following code as the control source for a control on a report to display the weight and weight unit together.
Code:
=IIf(Nz([RetailCaseWeight],"")="","",[RetailCaseWeight] & [RetailCaseWeightUnits])
When I run the report the object displays the following message: #Size!
While in design view the object has a green flag in the corner that when highlighted tells me that it is an
"Invalid control Property: Control Source"
"circular Reference"
Does anyone have any idea what my problem might be?
Thanks!