Inserting Objects

A

allison99

I need to show a small picture in each row of my database. Is there anyway
of doing this without a word (i.e. package, picture) appearing in the row?
Can I make the actual picture appear?

I did read up on how to insert clip art in forms, but that is not what I am
looking for.
 
R

Rick B

You can, but it is a very bad idea. Access does not handle pictures well.
It bloats very very badly. The proper way is to store a link ot the picture
in your table and then use that link to display the picture in your forms
and reports. Since you should never work in your tables, this would be
transparent to the user anyway.

Do a search and read the previous posts on this topic if you need more
guadance. Many of them include links to articles and smaple databases.
 
Top