I would like to run a query or form to produce a report that mutiplies results from two fields. I have attached a screen shot of my query.
I would like to run a query or form to produce a report that mutiplies results from two fields. I have attached a screen shot of my query.
Well, you have the multiplication in the criteria, which is going to restrict that field. It sounds like you want it in the Field row. The alternative would be to have it in the report:
=Field1 * Field2