Technology Software

How to Calculate Fields in an MS Access Report

    • 1). Open Microsoft Access. Open the report in which you want to add the calculating field. Since the question is about reports, the user should have already created a table and a query for the report to read from.

    • 2). Go in to "Design View." Add a text box in the "Page Footer" section of the report.

    • 3). Right-click the textbox (not the label associated with the textbox), and choose the "Properties" option. The "Property Sheet" will open on the right side of the window. Select the "Control Source" option located in the "All" section on the "Property Sheet." Click the "..." button. This will cause the Expression Builder to open.

    • 4). Double-click the "Functions" folder in the right-hand column. The "Functions" tree will open. Select the "Built-In Functions" folder.

    • 5). Select the function you wish to perform from the list on the far right side. The middle column breaks down the various functions into separate categories.

      Double-click the "Sum" function.

      In the expression window you will see "Sum (<<expr>>)." This is telling the report to add all values from a certain data source.

    • 6). Highlight "<<expr>>" and press the "Delete" key. Double-click the "Queries" folder to open the Query tree, which will display all of your project queries. Single-click the query folder and a list of available queries will appear in the center column. Double-click the query you are using for your data source. The query will be called "WeeklyCosts."

    • 7). The expression window now reads "Sum (WeeklyCosts)."

    • 8). Click the "OK" button on the "Expression Builder" to close the window. The formula, Sum (WeeklyCosts), is displayed in the Control Source of the Property Sheet.

    • 9). Run the report to see your results.

Related posts "Technology : Software"

How to Put My FB to Sleep

Software

Some Useful Tips to Avoid Hack Attacks

Software

CREN

Software

How to Transfer DVD to 3GP

Software

How to Troubleshoot if My Computer Only Types in Wingdings

Software

What Cloud Computing Really Means

Software

How to Make More Points Visible on Scatter Plots in Excel for Mac

Software

How to Make a Spreadsheet Without Excel

Software

Enhancing VOB Videos to MPEG Format

Software

Leave a Comment