A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Design View vs Form View



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2010, 08:31 PM posted to microsoft.public.access
Bill
external usenet poster
 
Posts: 1,009
Default Design View vs Form View

In Access 2007, I have a graph in Design View which shows differently in Form
View. In other words, the information that is plotted in the graph shows
differently in the two views. Why is this?

Thank you,

Bill
  #2  
Old May 16th, 2010, 04:31 AM posted to microsoft.public.access
Al Campagna[_2_]
external usenet poster
 
Posts: 1,462
Default Design View vs Form View

Bill,
Your probably saying the design data displays an earlier design results,
but the form view graph data is correct.
The graphs have acted that way for the past Access versions as well.
I think the Graphing in Access is borrowed from Excel, and does not update
in design view as it should.

One way around that, is to run the query behind the graph in design
view, and copy and paste the query results into the graph's associated excel
spread sheet.
That will "smack the graph up side the head", and get the latest values
to
show in design... as well as form view.
--
hth
Al Campagna
Microsoft Access MVP 2007-2009
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."


"Bill" wrote in message
...
In Access 2007, I have a graph in Design View which shows differently in
Form
View. In other words, the information that is plotted in the graph shows
differently in the two views. Why is this?

Thank you,

Bill




  #3  
Old May 16th, 2010, 05:22 AM posted to microsoft.public.access
Bill
external usenet poster
 
Posts: 1,009
Default Design View vs Form View

Al:

You are correct in your assessment of what is happening with showing old
data in design view and current data in form view.

Could you please be more specific in what I should do to correct the
problem. May be a step by step solution.

Thanks,

Bill



"Al Campagna" wrote:

Bill,
Your probably saying the design data displays an earlier design results,
but the form view graph data is correct.
The graphs have acted that way for the past Access versions as well.
I think the Graphing in Access is borrowed from Excel, and does not update
in design view as it should.

One way around that, is to run the query behind the graph in design
view, and copy and paste the query results into the graph's associated excel
spread sheet.
That will "smack the graph up side the head", and get the latest values
to
show in design... as well as form view.
--
hth
Al Campagna
Microsoft Access MVP 2007-2009
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."


"Bill" wrote in message
...
In Access 2007, I have a graph in Design View which shows differently in
Form
View. In other words, the information that is plotted in the graph shows
differently in the two views. Why is this?

Thank you,

Bill




.

  #4  
Old May 16th, 2010, 01:09 PM posted to microsoft.public.access
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default Design View vs Form View

This behavior has been around since graphing was first introduced in Access
and no one has ever considered it to be worthy of trying to change. I don't
understand why you consider this to be a problem. Once built, forms and
reports should never be viewed in Design View at all. Some of Access's file
formats make it impossible to view a form or report in Design View.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access


"Bill" wrote in message
...
Al:

You are correct in your assessment of what is happening with showing old
data in design view and current data in form view.

Could you please be more specific in what I should do to correct the
problem. May be a step by step solution.

Thanks,

Bill



"Al Campagna" wrote:

Bill,
Your probably saying the design data displays an earlier design
results,
but the form view graph data is correct.
The graphs have acted that way for the past Access versions as well.
I think the Graphing in Access is borrowed from Excel, and does not
update
in design view as it should.

One way around that, is to run the query behind the graph in design
view, and copy and paste the query results into the graph's associated
excel
spread sheet.
That will "smack the graph up side the head", and get the latest
values
to
show in design... as well as form view.
--
hth
Al Campagna
Microsoft Access MVP 2007-2009
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your
life."


"Bill" wrote in message
...
In Access 2007, I have a graph in Design View which shows differently
in
Form
View. In other words, the information that is plotted in the graph
shows
differently in the two views. Why is this?

Thank you,

Bill




.



  #5  
Old May 16th, 2010, 06:33 PM posted to microsoft.public.access
Al Campagna[_2_]
external usenet poster
 
Posts: 1,462
Default Design View vs Form View

Bill,
As Arvin Meyer pointed out in his post, what a graph displays in
design mode is not really a problem, as long as it displays correctly
in form view.

However...
Go into Design View for the chart.
Bring up the design grid for the query that is your RowSource for the
chart.
Run that query from the design grid.
Copy the resulting grid/datasheet of records returned.
Paste those records into the spreadsheet associated with the chart
design.
Your design values and view values should now be in sync.

Be aware however, that they may not stay in sych, when the "design" data
changes.
I wouldn't worry about it until the graph was all nailed down, and then
sync... just
for appearance sake...
--
hth
Al Campagna
Microsoft Access MVP 2007-2009
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."

"Bill" wrote in message
...
Al:

You are correct in your assessment of what is happening with showing old
data in design view and current data in form view.

Could you please be more specific in what I should do to correct the
problem. May be a step by step solution.

Thanks,

Bill



"Al Campagna" wrote:

Bill,
Your probably saying the design data displays an earlier design
results,
but the form view graph data is correct.
The graphs have acted that way for the past Access versions as well.
I think the Graphing in Access is borrowed from Excel, and does not
update
in design view as it should.

One way around that, is to run the query behind the graph in design
view, and copy and paste the query results into the graph's associated
excel
spread sheet.
That will "smack the graph up side the head", and get the latest
values
to
show in design... as well as form view.
--
hth
Al Campagna
Microsoft Access MVP 2007-2009
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your
life."


"Bill" wrote in message
...
In Access 2007, I have a graph in Design View which shows differently
in
Form
View. In other words, the information that is plotted in the graph
shows
differently in the two views. Why is this?

Thank you,

Bill




.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:18 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.