status icon

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Has any one used status icon on a form that can be conditionally formatted

Icon like a traffic light ?

Thanks
Danny
 
Danny,

Sure, you have two options:

1. Add 3 PictureBoxes to your form - one for red, one for amber, and one for
green. Then set the Visible property to True for whichever traffic light you
want to display.

2. Add 1 PictureBox to the form and place the 3 pictures in the application
folder. Then load the appropriate picture as needed.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html
 
Hi Graham

Thank you for replying. What is a Picture Box, I have searched the help in
access does not come up with anything.

Thanks
Danny
 
Back
Top