Fornatian
Dim Person
- Local time
- Today, 17:22
- Joined
- Sep 1, 2000
- Messages
- 1,394
I am building a stacked barchart in an access report using source data from a table-it will be a soil profile when complete.
Access does not have a stacked bar chart option, so I am having to resort to drawing boxes using the 'line' method and cycling through each record in DAO changing the height, top-left starting position and colour in code
Does anyone have a better idea of how I can do this as I am having severe difficulty getting the boxes to display in the right place?
Access does not have a stacked bar chart option, so I am having to resort to drawing boxes using the 'line' method and cycling through each record in DAO changing the height, top-left starting position and colour in code
Does anyone have a better idea of how I can do this as I am having severe difficulty getting the boxes to display in the right place?