Changing an icon on the Command Button

A

Anita

I have several Command Buttons that take you from the main form to six
different
sub-forms. How do I change the icon/symbol so that each Command Button has
a different icon/symbol?
 
F

fredg

I have several Command Buttons that take you from the main form to six
different
sub-forms. How do I change the icon/symbol so that each Command Button has
a different icon/symbol?

Set the Picture property of each command button to the path to the
icon.
 
Top