calculations with a multi-table query

K

Kevin G. Sprinkel

-----Original Message-----
anyone know how to setup up calculations within a multi-
table query?

It's the same as for a single table, except refer to
fields with the table name, as in:

[tablename].[fieldname]

For example, to calculate an extended price from a unit
price stored in the Products table and Quantity stored in
the Order Details table, enter the formula:

[Products].[Unit Price]*[Order Details].[Quantity]

Kevin Sprinkel
Becker & Frondorf
 
J

John Vinson

anyone know how to setup up calculations within a multi-
table query?

Yes; just type the expression in a vacant Field cell in the query
grid.

If you'ld like a more detailed answer, please post a more detailed
question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top