View Single Post
  #2  
Old July 6th, 2009, 02:45 PM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Event Marker Placed in Graph.

Have you created a query/sql statement with your records that can be used as
the Row Source property of your graph?

--
Duane Hookom
Microsoft Access MVP


"MikeSr" wrote:

Table 1 Field one is a value recored once every minute Fields include
"TimeStamp" and "pH Value".
Table 2 Field one is a value recorded upon a change in the value only.
Fields include "TimeStamp2" and 'pH Setpoint".

The Question: When I generate a line graph illustating the setpoint and the
pH Value over the one minute intervals the graph works perfectly.
I want to illustrate the setpoint change on the second horizontal graph line
at the time of change. If the setpoint is returned to its previous value the
setpoint plot line should look like a step in the line.
How do I ackomplish this?