R
Richard Black
Hi,
I'm trying to write some code to alter the titles of a pivot chart, but I
can't work out the syntax for refering to the query in code from a form
eg:
[code in myForm]
Private Sub Command19_Click()
With AllQueries.myQuery.Axes
.HasTitle = Not .HasTitle 'toggles axis title
End With
End Sub
[end code]
TIA,
Richard
--
I'm trying to write some code to alter the titles of a pivot chart, but I
can't work out the syntax for refering to the query in code from a form
eg:
[code in myForm]
Private Sub Command19_Click()
With AllQueries.myQuery.Axes
.HasTitle = Not .HasTitle 'toggles axis title
End With
End Sub
[end code]
TIA,
Richard
--