How to read image details into access

U

ulrich1947

Hi everybody,

maybe somebody can help me.
I want to read detail data from images in jpg (or maybe bmp) format such as
author, title, size, etc. (whatever ie offers on such pics). I want to read
whenever necessary from one single pic by visual basic code within an event
procedure. it can be read into a table, but even easier woud be to read it
into a variable of a variant or string datatype. like
dim PicAuthor as string
PicAuthor = image detail (full path is known, e.g.
C:\Dateien\Food\300_06530_1g.jpg ... image detail (= e. g. author))

Anyone knows the solution? Thanks in advance.

Ulrich 1947
 

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

Top