Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Expression in Access: Calculation Expressions in Access 2016

Learn the key facts about Expression in Access: Calculation Expressions in Access 2016, with clear context, practical guidance, and useful takeaways.

Table of Contents

This updated guide examines Expression in Access: Calculation Expressions in Access 2016 and organizes the essential facts, background, and practical takeaways in clear American English.

Expressions used to perform various tasks. In this article, TipsMake.com will guide you to create a specific type of expression called a calculation expression . We will create calculated fields and display data that is not available in the database that is calculated from the stored individual fields.

To illustrate, we use information from many different tables: tblKhachhang, tblSach, tblDonhang, tblChitietdonhang .

Expression in Access: Calculation Expressions in Access 2016 — contextual image 1
Use information from many different tables: tblKhachhang, tblSach, tblDonhang, tblChitietdonhang

Run the query and you will see the following results.

Expression in Access: Calculation Expressions in Access 2016 — contextual image 2
Results when running the above query

Now we try to perform a simple calculation, taking the number of books placed multiplied by the selling price of one book to get the total amount to be paid. We call this field Total money.

Full expression:

Tongtien: [tblChitietDonhang]![Soluong]*[tblSach]![GiaChitiet]
Expression in Access: Calculation Expressions in Access 2016 — contextual image 3
Create expressions in the new Tongtien field

Running the query, you can see that Tongtien field appears at the end.

Expression in Access: Calculation Expressions in Access 2016 — contextual image 4
There are rows Total money is the result of 2 columns Soluong and GiaChitiet

Add a tax calculation column :

Thue: [Tongtien]*0.1
Expression in Access: Calculation Expressions in Access 2016 — contextual image 5
Add tax equal to 10% of the total amount

Run the query yourself and see the results in the last column.

Previous lesson: Wildcard representation operator in Access

Next lesson: Wildcard representation operator in Access

FAQ

What is Expression in Access: Calculation Expressions in Access 2016 about?

It provides a structured overview of Expression in access, explains the main context, and highlights practical takeaways for readers.

Why does this topic matter?

Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.

How should readers use this information?

Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.