Jpg in a field

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

Guest

Using Access 2000, I want to have a field that contains a .jpg of the
specific item.
How do I do this (Field type etc.)

TIA

Mart
 
Arvin

Thanks. Unfortunately, my Access crashes when I click on the OK button on
the introductory description page.

Mart
 
Hi Mart

Instead of using a JPEG you would be much better to using wmf (Windows Meta
File) format for access OLE fields. If you only have a few pictures you can
embed them but if you have many (to reduce the d base size) try linking them
- use the link file on the properties box on form design

Hope this helps.
 
Actually, the preferred format for Access embedded images is .bmp. Access
will create a bitmap in that format, internally for every non-bitmapped
image that's embedded. That's the main reason it bloats so much with
embedded images, and a good reason for not storing images within the
database.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 

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