Matt,
I'm not aware of an automatic way, but I think you can do it with code. If
you're willing to give it a whack, this may get you started:
Use the Control Toolbox toolbar, and put a picture control on the sheet.
Size it for your thumbnail. In the Properties window for it, set the
Picture property to your image.
Now there's a Mouseover event (in the sheet module in the VBE) which fires
endlessly when the mouse moves over your control. But I don't know of an
event that fires when the mouse leaves the control. So instead you may want
to use Mouse Down event (click) instead, which could change the size of the
control. Then the next Mouse Down event would set it back to the thumbnail
size.
If you're willing to go into the VBE, we'll write some code for you. Maybe
this approach will work. We'd find out, I guess. Or someone may have
another approach.