bmp files within form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table with a hyperlink data type for one field

to reduce storage space this is how i have stored the picture, however, can
i, on a form, automatically display the contents of the file rather than the
hyperlink address in a field?
 
Patrick,

What you'll want to do is add an unbound Image control to your form. Then,
in the Form_Current event, set the Picture property of the Image control to
the .bmp file name.

Carl Rapson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top