Drawing a circle and triangle

M

Marshall Barton

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.
 
J

Jake

Thanks. I'm looking specifically for a triangle object I can fill like the
circle and rectangle objects/controls.
 
M

Marshall Barton

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top