ListBox probl;em in access 2000

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
 
V

Van T. Dinh

AddItem & RemoveItem were introduced only since A2002 and hence, you had
errors in A2000.
 

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

Top