N
Nanette
I used the expression builder to multiply two fields in a report:
= [tblMasterList]![Qty] * [tblMasterList]![Price]
When I run this I get a Dialog Box: Enter Parameter Value. If I enter a
parameter value, I get a #Error on every line where the answer should be.
All I want is to have every row of data multiplied on each line.
What do I do?
= [tblMasterList]![Qty] * [tblMasterList]![Price]
When I run this I get a Dialog Box: Enter Parameter Value. If I enter a
parameter value, I get a #Error on every line where the answer should be.
All I want is to have every row of data multiplied on each line.
What do I do?