custom icon/bmp

S

Scott M

I would like to use a custom bmp/icon for a button.
When implemented, however, access simply points
to a path "c:\xxx\xxx". This means if I save the
database and try to open it on another machine, it
won't be there, which is no good for distribution.

Can I get the bmp permanently resident in the mdb file?

Scott
 
S

Steve Schapel

Scott,

If you set the Picture Type property of the button to Embedded, then
your statement "try to open it on another machine, it won't be there"
will not be true.
 
Top