Search code examples
ms-access

How to Multiply Two Fields in Microsoft Access


i Have created a query and i want to calculate the order price from the Orders table by the inventory quantity in the Inventory table. How this can be in the design view?


Solution

  • Create your query with the desired fields and the fields you need for the calculation :

    make the query

    Save the query.

    Then, right click in an empty field and select Build... The expression builder will open. All you have to do is supply your expression :

    add the expression

    Keep practicing to expand your skills.