Access CheatSheet
Access CheatSheet
Query functions:
1. Date selection: from m to n
Type the following in the Criteria: >m-1day and <n+1day
e.g. September (m will be September 1st, n will be September 30)
> 08/31/2020 and <10/01/2020
5. Create new calculations in the query. Refer to the attributes/columns by the column
name.
e.g. Calculate total price for a product in an order that has discount
Total price: [Purchase Amount]*[Price]*(1-[Discount Percentage]/100)
Words in red is the new column name that you want to set
Words in blue are the math function, please use [] outside of each column name, a
column name should be an exact match with what you have in your table.