There are a number of different views possible with the ListView. If you
look at Windows Explorer, the right-hand frame is a ListView, with the Icons
view, the List view and the Details view all being possible with a ListView.
However, it's unbound: you need to explicitly add all of the records of
interest to it, and you can't just make changes and expect them to be
reflected in the database.
Take a look at
http://msdn.microsoft.com/library/en-us/cmctl198/html/vbobjlistview.asp (and
when you get there, note the other controls that are listed in the left-hand
side)
Another great source for information about the ListView controls (and a few
other Common Controls) is Randy Birch's VBNet site, starting at
http://vbnet.mvps.org/code/comctl/index.html
(Obligatory warning: Randy's site is aimed at VB programmers. Due to
significant differences between the standard controls available in VB forms
vs. those available in Access forms, not all of the examples port seamlessly
to Access. You should be okay for most of the ListView stuff though, I
think...)

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Hello-
> I am rather new to Access. I recently downloaded some sample code for a
[quoted text clipped - 10 lines]
> Thanks,
> Elie.
ren dam - 31 Mar 2005 16:18 GMT
http://support.microsoft.com/kb/q155178/
For an example of ListView
<welyakim@gmail.com>
??????:1111936688.123114.156160@z14g2000cwz.googlegroups.com...
> Hello-
> I am rather new to Access. I recently downloaded some sample code for a
[quoted text clipped - 10 lines]
> Thanks,
> Elie.