Link to home
Start Free TrialLog in
Avatar of Derek Brown
Derek BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Can I draw a circle on a form in Access 2002 using code

How Can I draw a circle on a form in Access 2002 using code
SOLUTION
Avatar of ste5an
ste5an
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Derek Brown

ASKER

Just need a simple circle but I supose I could use a popup report
You can draw it on a report.

You may take also a look at Stephen Lebans' ImageClass.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I was able to resize the control and basically create any size circle I want. only problem with an image is that the line thickness scales with image. Apart from that had to change border colour and background colour to match form's background but from this you could create perfect ovals.

Great thanks Derek
I have posted a further question that follows on from this