473,466 Members | 1,646 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

interactive graph in an acess form

4 New Member
I am currently working on creating a visual calculator in an access form. The visual bit being a graph and the interactive bit (or what I would like) being that by moving sliders on a series of sub forms in the main form, which I would like to auto select records as you scroll one way or another.

This would populate fields in the main form which linked by a query re-populates the graph via a setvalue macro, currently activated via the combo box on selection of an entry.

While this works with combo box manual selections, I am having difficuties in establishing a more user freindly sliders set up. Problem im having is getting the auto select bit to work in the sub forms based on usering the slider to scoll one way or the other.

The other annoying prob I have is with the refresh command. While I can manually refresh the graph I'd like the graph to update autoatically without having to press a command button. I have tried adding it as an event procedure on the fields that get updated by making a selection in the combo boxs (on which the query for the chart is based) in the sub forms but this doesnt work. Also tried a macro to do this but i cant get this to work either.

All help appreciated,

Kev
Apr 1 '07 #1
1 4204
ADezii
8,834 Recognized Expert Expert
I am currently working on creating a visual calculator in an access form. The visual bit being a graph and the interactive bit (or what I would like) being that by moving sliders on a series of sub forms in the main form, which I would like to auto select records as you scroll one way or another.

This would populate fields in the main form which linked by a query re-populates the graph via a setvalue macro, currently activated via the combo box on selection of an entry.

While this works with combo box manual selections, I am having difficuties in establishing a more user freindly sliders set up. Problem im having is getting the auto select bit to work in the sub forms based on usering the slider to scoll one way or the other.

The other annoying prob I have is with the refresh command. While I can manually refresh the graph I'd like the graph to update autoatically without having to press a command button. I have tried adding it as an event procedure on the fields that get updated by making a selection in the combo boxs (on which the query for the chart is based) in the sub forms but this doesnt work. Also tried a macro to do this but i cant get this to work either.

All help appreciated,

Kev
As far as your scrolling mechanism:
__1. Insert ==> ActiveX Control
__2. Microsoft Slider or Microsoft ProgressBar Controls
__3. Set Min value to 1 - Max value to the Record Count
__4. In the appropriate Event of the Control (Update/Change), synchronize its value to the Current Record.
__4. If you are using Navigation Buttons, set the Control's Value to the CurrentRecord value within the Form's Current Event.
Apr 6 '07 #2

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

Similar topics

25
by: Magnus Lie Hetland | last post by:
Is there any interest in a (hypothetical) standard graph API (with 'graph' meaning a network, consisting of nodes and edges)? Yes, we have the standard ways of implementing graphs through (e.g.)...
2
by: nivas.meda | last post by:
Hi, I have an excel sheet with a graph and cells.If i change the value in the excel cells the graph will reflect.Now i am going to implement this functionality in html page.I successfully saved...
5
by: nivas.meda | last post by:
Hi, I have an excel sheet with a graph and cells.If i change the value in the excel cells the graph will reflect.Now i am going to implement this functionality in html page.I successfully saved...
1
by: JD Kronicz | last post by:
Hi .. I have an issue I have been beating my head against the wall on for some time. I am trying to use late binding for MS graph so that my end users don't have to worry about having the right...
3
by: Jeff | last post by:
Hi I have a report with a graph on it and want to change the minimum and maximum values for the value axis when it is previewed. This can't be done by adding code in the Open event as once the...
2
by: MLH | last post by:
A97 Am having difficulty displaying graph in Form View that I see fine in graph control on form opened in design view. I know I'm doing something wrong. If I open the form in design view - I...
0
by: eclypz | last post by:
I have a webpage created in access, with an object graph (like a pivot graph). I don't know if it is possible to export that graph, i need to export it, but don't know how to. Can any one...
0
by: mylog | last post by:
I have downloaded a GLEE(Graph Layout Execution Engine) and written the following code to display a windows form from a web page but i am encountering with a small problem on displaying the graph...
2
by: sydneytroz | last post by:
I am writing a program to simulate a double displacement reaction getting to equilibrium, but I am having some trouble graphing the particles' concentrations. It seems that it's only possible to pan...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
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...
1
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...
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: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

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.