98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Access 2007 - Calculations
Access 2007 - Calculations
Resolved · Low Priority · Version Standard
Kieron has attended:
Access Introduction course
Access 2007 - Calculations
Can I manipulate data by simple calculations in access like in excel?
RE: Access 2007 - Calculations
Hi Kieron, Thank you for your post, in answer to your question; if you wish to manipulate your data with simple calculations these can only be accomplished in a query, a form or a report, any calculations will automatically be recalculated each time the object is run. To create a calculated field;
Follow these steps, create a new field or in the field row of the query design grid enter a name for the calculated field, separate the name from the calculation by using a colon (:) Type in the expression to be used in the calculation, +,-,* or /, if you use field names, they must be enclosed in square brackets ie: VAT:[UnitPrice]*0.175 a percentage must be expressed as 0.175 rather than 17.5%, as percentage signs are not allowed within calculations.
Once a calculated field has been created it can be used in further calculations eg Net Price:[UnitPrice]-[VAT]
I hope that helps, best regards Pete
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Switchboard StartupAn option when you open your Access database that contains all of you tables, forms and queries is only the switchboard is displayed. |