Large Buttons

I

Ian

I have recently been using a VFoxPro application that utilises a toolbar with
large buttons that contain text and images to open forms. I like this feature
and wonder if anyone knows a way of doing this in Access 2002?

Thanks for any help,
Ian.
 
N

nomadk

My approach is to create a form with a number of command buttons. Use a
graphics program to create a bitmap for each button that contains both an
image and the text you wish to display. Set the "Picture" property of each
button to one of the bitmap files.
 
Top