P PGL Registered User. Local time Today, 01:21 Joined Jun 5, 2013 Messages 20 Jan 22, 2014 #1 Chart issues: Can you please assist me with the code to resolve these problems in MS Access? Attachments Picture1.jpg 44.2 KB · Views: 119
J JHB Have been here a while Local time Today, 02:21 Joined Jun 17, 2012 Messages 7,732 Jan 22, 2014 #2 Below is the code for the minimum and the maximum, plus the distance between the marks. For further help, post your database, (zip it). Code: Me.YourGraphName.Axes(2).MinimumScale = 10 Me.YourGraphName.Axes(2).MajorUnit = 5 Me.YourGraphName.Axes(2).MaximumScale = 30 Attachments graph.jpg 3.1 KB · Views: 169
Below is the code for the minimum and the maximum, plus the distance between the marks. For further help, post your database, (zip it). Code: Me.YourGraphName.Axes(2).MinimumScale = 10 Me.YourGraphName.Axes(2).MajorUnit = 5 Me.YourGraphName.Axes(2).MaximumScale = 30