Is it possible to change the size of the picture I put on my command button so that as the command button gets bigger, the picture does as well? I've searched the forum and haven't found an answer yet. Any help would be great! Thanks!!
I have never found a way, but I'm far from an authority on the subject. I do know that you could take the icon picture as a bmp and add it right on the button. You might have to fiddle with settings to get the button to click correctly.
Not ideal, but a possible work around if you can't find another way.
I'm really new to access, but I've done some programming in VB6 Pro. I thought this would be the perfect time to use an ImageList control, but this environment is way different. (Egads! Couldn't find the listimages property)
The only way I found to do it was to set the small image in the command button.
Then put a image control (visible = false) on the form set with the larger image.
When you want the larger image to display in the button: