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)