Putting a Graph in form

Taurus05

Registered User.
Local time
Today, 09:30
Joined
Mar 29, 2005
Messages
31
Hi,

I would like to display a graph in a form along with the fields from a table. The user will be allow to update the table and the graph will be updated. So far I am able to display the graph on the report but I cannot find a way to display the graph on the form. Can somebody help? Thanks in advance.
 
Last edited:
You should be able to copy the graph from the report to your form. You need to ensure that the default view property of the form is set to : single form.

Graphs can not be displayed if the form view property is set to continuous.
 
Thanks. It works great!
 

Users who are viewing this thread

Back
Top Bottom