473,408 Members | 1,976 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Totals "Sum" not appearing.

5
Hello.

There is a problem in one of my forms, which also applies to reports in the same way... there is 3 fields Price and Quantity and Total Price. The field Total Price is made in expression builder, and is set to be a Currency(actually Euro) format.
Expand|Select|Wrap|Line Numbers
  1. =[Price]*[Quantity]
It calculates the total price... but in Totals i cannot acess the function Sum. only None or Count. Can this be solved in any other way?
Apr 25 '07 #1
5 4211
MMcCarthy
14,534 Expert Mod 8TB
Hello.

There is a problem in one of my forms, which also applies to reports in the same way... there is 3 fields Price and Quantity and Total Price. The field Total Price is made in expression builder, and is set to be a Currency(actually Euro) format.
Expand|Select|Wrap|Line Numbers
  1. =[Price]*[Quantity]
It calculates the total price... but in Totals i cannot acess the function Sum. only None or Count. Can this be solved in any other way?
Set Total textbox to

Expand|Select|Wrap|Line Numbers
  1. =Sum([Price]*[Quantity])
Mary
Apr 25 '07 #2
Knuxus
5
Set Total textbox to

Expand|Select|Wrap|Line Numbers
  1. =Sum([Price]*[Quantity])
Mary
Well i did it in Code Builder but now it gives me an #Error

Maybe i should set it anywhere else?
Apr 26 '07 #3
MMcCarthy
14,534 Expert Mod 8TB
Well i did it in Code Builder but now it gives me an #Error

Maybe i should set it anywhere else?
Is your textbox in the form footer?
Apr 26 '07 #4
Knuxus
5
Is your textbox in the form footer?
I tried, but nothing happened..

My form actually is a split form, which the totals are in table-like form.. and i would like to have it appear like the normal totals appear in the end of a table... of access 2007.
Apr 26 '07 #5
MMcCarthy
14,534 Expert Mod 8TB
I tried, but nothing happened..

My form actually is a split form, which the totals are in table-like form.. and i would like to have it appear like the normal totals appear in the end of a table... of access 2007.
You can't do that. You can only put totals in a form footer.
Apr 26 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: ahaque38 | last post by:
Hello. Using A2K SP3, I am having the following problem with a report using "Sorting and Grouping". I have recently added a grouping in the reports for "Category2<>'CONTRACTS'". I have...
1
by: Thomas Qi | last post by:
There is a basic sql below: SELECT CTEnr AS ID, TimeStamp, DatagramSize, Source AS LocalIP, Destination AS RemoteIP, Protocol, Messages, SourcePort AS LocalPort, DestPort AS RemotePort FROM...
10
by: =?Utf-8?B?Q2hyaXMgRy4=?= | last post by:
How would I output a row for the Computed sums? I just want to append it as a row at the bottom of my gridview table.
4
by: MarcuEusebiu | last post by:
Hello... I have to bmps (100X100) and 1`st has an A on the left side and the other has a B on the right side. I want to "sum" this bitmaps to obtain a bitmap that contains "AB". I thought to use...
4
by: Micheal | last post by:
Greetings Access Group, Being relatively new to Access, I try to work through problems on my own and have been very successful, although I have a conundrum that I have been working on for two days...
17
by: David C. Ullrich | last post by:
Having a hard time phrasing this in the form of a question... The other day I saw a thread where someone asked about overrideable properties and nobody offered the advice that properties are...
0
by: Josetta | last post by:
Here is something really bizarre that is happening...let me see if I can describe it. I have a report which has two locations on it. Primary Location and Secondary Location. I have both...
1
by: eclipse93081 | last post by:
I need a way to sum check boxes in Access. On the database interface I have 3 boxes you can check; "Scheduled/Went On", "Scheduled/Did Not Go On", and "Not Scheduled". I have the boxes set up as...
4
Alireza355
by: Alireza355 | last post by:
I have a table, with 3 columns: column1 column2 column 3 10 some numbers here some text here 11 some numbers...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.