List View

S

Steph

I'm using Access 2000

In my form, I have a list view.
I want it to show in thumbnails. Is it possible?

The list isn't linked to any directory so I need to put the picture's link
for all items in the list.

Can I do this with a list view or should I use something else?
Any example would be greatly appreciated

Thanks
Stephen
[email protected]
 
M

Michael J. Strickland

Steph said:
I'm using Access 2000

In my form, I have a list view.
I want it to show in thumbnails. Is it possible?

The list isn't linked to any directory so I need to put the picture's link
for all items in the list.

Can I do this with a list view or should I use something else?
Any example would be greatly appreciated

Thanks
Stephen
[email protected]


You can display icons by adding an image list control to your form
(in addition to the listview control) and linking the images to the listview
control.

See:

"Using the ListView Control"

in Help

--
 
Top