473,813 Members | 3,056 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Filtered by form - differences between totals.

Hi All,

I would also like some help with form filtered differences in totals.

I have a main form for the client, and a continuous subform listing
client transactions. The subform can be filtered by several fields. I
have set up several text boxes which programatically show various
OnCurrent subtotal details depending on the filtered options in the
continuous subform.

I wish to populate one of the form footer subtotal text boxes with the
value of the difference between the highest and lowest amount as
currently shown in the field 'Volume' at any time.

I can produce a Max / Min value, but the OnCurrent calculation and
subsequent population of this text box is difficult - or is it?
Regards

Karl
Nov 13 '05 #1
3 1476
After your min/max values are set have you tried to requery the text box?

Me.myTextBox.Re query

--
Reggie

----------
"Karl Roes" <ka******@hotma il.com> wrote in message
news:7c******** *************** ***@posting.goo gle.com...
Hi All,

I would also like some help with form filtered differences in totals.

I have a main form for the client, and a continuous subform listing
client transactions. The subform can be filtered by several fields. I
have set up several text boxes which programatically show various
OnCurrent subtotal details depending on the filtered options in the
continuous subform.

I wish to populate one of the form footer subtotal text boxes with the
value of the difference between the highest and lowest amount as
currently shown in the field 'Volume' at any time.

I can produce a Max / Min value, but the OnCurrent calculation and
subsequent population of this text box is difficult - or is it?
Regards

Karl

Nov 13 '05 #2
Hi Reggie,

I'm sorry, I feel I made my question a little unclear.

I can write a separate query to get the Max / Min values of the field
'Volume'. I am unsure of how to integrate this with the current
records of the subform and get the difference of these values into the
subform footer text box.

Thank you for your time.

Regards

Karl

"Reggie" <No**********@N oSpamsmittysine t.com> wrote in message news:<u9******* *************@c omcast.com>...
After your min/max values are set have you tried to requery the text box?

Me.myTextBox.Re query

--
Reggie

----------
"Karl Roes" <ka******@hotma il.com> wrote in message
news:7c******** *************** ***@posting.goo gle.com...
Hi All,

I would also like some help with form filtered differences in totals.

I have a main form for the client, and a continuous subform listing
client transactions. The subform can be filtered by several fields. I
have set up several text boxes which programatically show various
OnCurrent subtotal details depending on the filtered options in the
continuous subform.

I wish to populate one of the form footer subtotal text boxes with the
value of the difference between the highest and lowest amount as
currently shown in the field 'Volume' at any time.

I can produce a Max / Min value, but the OnCurrent calculation and
subsequent population of this text box is difficult - or is it?
Regards

Karl

Nov 13 '05 #3
Hi Reggie,

I'm sorry, I feel I made my question a little unclear.

I can write a separate query to get the Max / Min values of the field
'Volume'. I am unsure of how to integrate this with the current
records of the subform and get the difference of these values into the
subform footer text box.

Thank you for your time.

Regards

Karl

"Reggie" <No**********@N oSpamsmittysine t.com> wrote in message news:<u9******* *************@c omcast.com>...
After your min/max values are set have you tried to requery the text box?

Me.myTextBox.Re query

--
Reggie

----------
"Karl Roes" <ka******@hotma il.com> wrote in message
news:7c******** *************** ***@posting.goo gle.com...
Hi All,

I would also like some help with form filtered differences in totals.

I have a main form for the client, and a continuous subform listing
client transactions. The subform can be filtered by several fields. I
have set up several text boxes which programatically show various
OnCurrent subtotal details depending on the filtered options in the
continuous subform.

I wish to populate one of the form footer subtotal text boxes with the
value of the difference between the highest and lowest amount as
currently shown in the field 'Volume' at any time.

I can produce a Max / Min value, but the OnCurrent calculation and
subsequent population of this text box is difficult - or is it?
Regards

Karl

Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
387
by: John Baker | last post by:
HI again: I have a form with totals on it, and I am changing the contents of the data base the totals are derived from. Specifically, I am deleting the contents of one table and adding it to another. I don't appear to be able to get the totals to refresh when the contents of the table are removed. At the top of the screen is a function records/refresh which does update the totals, but i have been unable to replicate the function in a...
2
4810
by: origin197511 | last post by:
Hello all... I'm having an issue with MSAccess 2000. I have a Form that holds records of my cartridge loads for a rifle and a subform that lists all groups that have been fired with that load. They are linked by the load_id field and when I just browse through the loads everything shows up correctly. Each recorded group is displayed on a line of the datasheet subform. However, when I filter the form for say my "Selected" flag...
1
1635
by: Colin Basterfield | last post by:
Hi, I have a web form which takes daily sales totals, both counts and monetary value and is done on a weekly basis, so on a Monday morning the User would enter these totals. Each total has a range, which at the lower end is >= 0 and the upper limit is configurable, these totals are then submitted to a web service which posts them to a data store. The question is regarding validation, obviously I can validate on the web form using...
1
5428
by: Ken | last post by:
I have a form that has a command button on it to open a report. The report is based on the forms data, if it's filtered the report is filtered, if the form is showing 100 records the report is showing the same 100 records, etc. I want to create another command button which exports to excel, in the same manner above. Whether the form is filtered or not, the same records should be exported. I played around with TransferSpreadsheet but I...
3
3466
by: melnhed | last post by:
---Report the current filtered records from a Form--- Hello All, I've seen this topic discussed before, but the solution described then doesn't work in my particular case. My Config: Access 2002 front-end using SQL Server 2000 (MSDE actually) via ADP/ADE Access Data Project.
1
1243
by: Fretners | last post by:
I have a form that displays the contents of a table. I want to be able to apply filters though the form and then base an insert query on the filtered data to create a new row to match each row in the filtered data. Is there a way to get the filtered data from the Id field / control from this form? Thanks
0
1686
by: Ironr4ge | last post by:
Hi everyone, By the rate its going it want be long till I start growing gray hair... but anyway.. to come to the point... I am trying to open the form "Languages" with a diffrent record source to the "Contacts" form where I conducted the search or filter... . I was wondering whether there was a simple vba code to select ONLY ALL FILTERED records of my first form or the "Contacts"
4
2940
by: Ironr4ge | last post by:
Hi everyone, I am trying to open the form "Languages" with a diffrent record source to the "Contacts" form where I conducted the search or filter... . I was wondering whether there was a vba code to select ONLY ALL FILTERED records of my first form or the "Contacts" and open this filtered set of records in my "Languages" form. I have a key field on both tables named id_individual.
6
1960
by: Nettle | last post by:
Purpose: I am creating a mailing distribution list database. Users should be able to filter/search contacts and add them to distribution lists they have created. My problem? I can't add multiple, filtered contacts to the proper distribution list. I have two main forms, described below. These forms are based on three tables. Tables tbl_MainContact: Holds all contact information tbl_JoinContactToDistributionList: A join table
0
9607
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10664
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10404
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10417
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9220
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7678
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6897
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5704
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3881
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.