Hi everyone!
I added a ListView control on my form and now I'm trying to add items using
VBA code but when I type "ListView1." the property "ListItems" don't show up.
Is there any way I can access this property?
Thanks in advance.
|
|
0
|
|
|
|
Reply
|
Utf
|
1/14/2010 1:24:01 PM |
|
Just because it doesn't show up in IntelliSense doesn't necessarily mean
you can't use it.
Have you tried adding the code and running it?
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"rvl2k9" <rvl2k9@discussions.microsoft.com> wrote in message
news:EE0A1E82-FD40-499B-AE6A-EE13DE2BC6F8@microsoft.com...
> Hi everyone!
>
> I added a ListView control on my form and now I'm trying to add items
> using
> VBA code but when I type "ListView1." the property "ListItems" don't show
> up.
>
> Is there any way I can access this property?
>
> Thanks in advance.
|
|
0
|
|
|
|
Reply
|
Douglas
|
1/14/2010 3:07:38 PM
|
|