Microsoft Graph 2000

cie00011

New member
Local time
Today, 08:16
Joined
Apr 26, 2006
Messages
9
This is what I know so far.
I have the code and every thing set up to go. The only problem is that I cannot get the graph to look at the VBA to define the graph. I think that I need to put something in the row Source Type field or the Row Source field to get it to look at the VBA in access.

Any idea please?

My code

Private Sub MyGraph_Enter()

Dim TableName As String

TableName = Me.Graph_Selected_Table
strSql = "SELECT [LOAD], [Displacement] FROM " & TableName

End Sub
 
Last edited:

Users who are viewing this thread

Back
Top Bottom