| | |
|
|
|
How to use Listview In MS Access form |
| message from anand on 5 May 2004 |
Hello Group,
How can i use Listview control ( same as checklistBox in VB) in MS Access
form.Any suggestion.
Thanks
Anand
|
| Douglas J. Steele replied to anand on 5 May 2004 |
Essentially, you use it identically in Access as in VB. Add it to your form
by clicking on the More Controls button in your toolbox.
If you're hoping to be able to bind the data to it, it can't be done.
|
| Douglas J. Steele replied to Douglas J. Steele on 5 May 2004 |
Microsoft Listview Control, version 5 comes from comctl32.ocx, Microsoft
Listview Control. version 6 comes from mscomctl.ocx
By the way, there's lots of good code for working with listviews at Randy
Birch's VBNet site http://vbnet.mvps.org/code/comctl/index.html (Obligatory
warning: Randy's site is aimed at VB programmers. Because there are
differences in the Forms model between VB and Access, some of the code
doesn't port without a little effort)
|
| Albert D. Kallal replied to anand on 5 May 2004 |
Are you sure you need a listView?
Whenever possbile..you should use the built in features of ms-access.
Here is some screen shots of grids in ms-access...it should give you some
ideas...
http://www.attcanada.net/~kallal.msn/Articles/Grid.htm
|
|
Archived message: How to use Listview In MS Access form (Microsoft Access Database)