W
Will
Hmmm... I've got a calculated field in my query (named qryItemsToProducts)
like this...
Total: [Unit Price]*[Qty]
and it works...
But when I use Expression Builder to put it in a field on a form...
setting...
Form Properties: (Data Tab) - Control Source... set to...
=qryItemsToProducts![Unit Price]
The form displays #Name?
The underlying query gets data from my Items and Products tables.
Thanks for any help on how to fix this.
like this...
Total: [Unit Price]*[Qty]
and it works...
But when I use Expression Builder to put it in a field on a form...
setting...
Form Properties: (Data Tab) - Control Source... set to...
=qryItemsToProducts![Unit Price]
The form displays #Name?
The underlying query gets data from my Items and Products tables.
Thanks for any help on how to fix this.