Hello,
I need to multiply two fields from a query. I can add fields, no problem. Anything that I try doesn't work (I'm using the "*". Also, I'm working in query design view.
Any sugestions?
-Thanks
First you need to do the standard things; make sure you got all of the spelling correct (you can use cut and paste just in case a stray space is the problem), make sure qryOther is actually included in the query. Finally, you can put square brackets around qryOther as well as the field names:
TotCost: [qryOther]![Qty]*[qryOther]![UnitPrice]
Access would normally do this for you once it recognized what you were doing. One last thing I would do is switch to SQL view and see what is coming out there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.