ListBox probl;em in access 2000

  • Thread starter Thread starter ma
  • Start date Start date
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
 
AddItem & RemoveItem were introduced only since A2002 and hence, you had
errors in A2000.
 
Back
Top