M
ma
Hello,
I wrote a simple program that uses an unbound ListBox in access 2002 and
it is working fine. When I am trying to use the same program in access 2000,
I am getting a lot of error from list box control. For example VB complain
that LisBox hasn't any property or methods named RemoveItem or AddItem
The following code generates error:
listBox.AddItem "test string"
The same line of code is working well on access 2002. What is the problem
and how can I solve it?
Best regards
I wrote a simple program that uses an unbound ListBox in access 2002 and
it is working fine. When I am trying to use the same program in access 2000,
I am getting a lot of error from list box control. For example VB complain
that LisBox hasn't any property or methods named RemoveItem or AddItem
The following code generates error:
listBox.AddItem "test string"
The same line of code is working well on access 2002. What is the problem
and how can I solve it?
Best regards