How do I open images that have been stored in a access database?

K

k

I have a badge program for work, in it I have 20-30 employee images. They are
in a access database and I can not access them. Technicians tel me totalk to
access guru for help. I can only open the database to names and employee
numbers. The image column says"ong binary data" Any hope?
 
A

Arvin Meyer

k said:
I have a badge program for work, in it I have 20-30 employee images. They are
in a access database and I can not access them. Technicians tel me totalk to
access guru for help. I can only open the database to names and employee
numbers. The image column says"ong binary data" Any hope?

You need a form with a bound OLE control bound to that field in the table.
You cannot view image data in a table, or datasheet.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 
Top