Drawing a circle and triangle

  • Thread starter Thread starter Jake
  • Start date Start date
Jake said:
How do you draw a circle or triangle on a report?


Use VBA code with the Line and Circle methods. Where you
put the code depends on where you want the triangles and
circles to appear.

The VBA Help topics for these two methods is a mess in
Access versions A2000 through A2003 so you may need to come
back for details if you don't have the A97 or A2007 Help
file.
 
Thanks. I'm looking specifically for a triangle object I can fill like the
circle and rectangle objects/controls.
 
Jake said:
Thanks. I'm looking specifically for a triangle object I can fill like the
circle and rectangle objects/controls.


I am unfamiliar with a circle object or control. There is a
rectangle control, but it can only be transparent or Filled
with a solid color. So I have no clue what you are talking
about or what you are trying to accomplish.

Could it be that you are using some third party activeX
controls? If so, you can use only whatever comes in that
package (if they are certified to work with Access and most
are not).
 
Back
Top