Reputation: 51
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?
Upvotes: 0
Views: 47412
Reputation: 3020
Create your query with the desired fields and the fields you need for the calculation :
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 :
Keep practicing to expand your skills.
Upvotes: 4