how can I display a different image with each access record ?

B

Brett

Can anyone help with this ? I wish to display a picture file with each
access record I open. I have managed to work this out but it is the same
picture which displays on each record and I wan't a different picture to
display with each recored.

Many thanks

Brett.
 
T

Tom Wickerath

Hi Brett,

Take a look at the Northwind sample database (Employee's form). The Access
97 & 2000 version uses an OLE Object field with an embedded bitmap file.
Embedding images can quickly lead to database bloat. The Access 2002 version
uses images stored in a folder. I suspect that Microsoft Office Access 2003
is similar to the 2002 version, but I don't have the latest version to tell
for sure.

Tom
__________________________________________

:

Can anyone help with this ? I wish to display a picture file with each
access record I open. I have managed to work this out but it is the same
picture which displays on each record and I wan't a different picture to
display with each recored.

Many thanks

Brett.
 
Top