Adding Image to my Bound Object Frame

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

Guest

Hello!
my image is at C:\WIndows\image.bmp, how can i add it to my Bound Oject
frame programmatically? my Oject Frame is named Image.

Access Adict
 
Hi Resti,

Bound object frames are used for objects stored in a field in the form's or
report's underlying recordsource. So, to use a bound object frame, your
question becomes one of how to programmatically add your bitmap file to a
record in a given field.

If you have Access 2002 or 2003 available, there is an example of using an
image control on the Employees form of the sample Northwind.mdb database. The
images are stored external to the database. (The Access 2000 version of
Northwind does not use this technique; it uses embedded images in an OLE data
type field instead).


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 
Back
Top