I’ve created a report in Access, the source of the report is an access query. It displays as follows
Item Name Price
A 700
B 65
C 50
Etc
In the report I want to add another column called Difference
Item Name Price Difference
A 700 50
B 650 150
C 500
Can this be done using calculations?