Praesagus
Praesagus

Reputation: 2094

Format ms Access Graph programmatically

Is there any way to alter the format of a graph in a Microsoft Access report programmatically?
I know my way around the automation of a report, I just don't know how to access the properties of an axis (or whatever) of a graph to change them.

Upvotes: 0

Views: 1557

Answers (1)

darbid
darbid

Reputation: 2721

Charting in access is almost the same as in excel. So if you need to know something record a macro in excel and you will see the code.

This is the best one can do while ever you are not showing code.

Upvotes: 2

Related Questions