How to use Listview In MS Access form

  • Thread starter Thread starter anand
  • Start date Start date
A

anand

Hello Group,
How can i use Listview control ( same as checklistBox in VB) in MS Access
form.Any suggestion.
Thanks
Anand
 
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.
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top