List View

  • Thread starter Thread starter Steph
  • Start date Start date
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
(e-mail address removed)
 
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
(e-mail address removed)


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

--
 
Back
Top