Quote Originally Posted by dglienna
Try this. I'm not sure if you can load any type of picture onto a command button. Why don't you use a Picturebox, and use it's click event as a button?


VB Code:
  1. commandbutton1.Picture = LoadPicture(recordset !Olefieldname)
Sure you can. Just set the Style property to graphical and then load your image to its Picture property.