Object does not support this property or method.

M

Min

Hi, I have an Access database which runs fine in an XP machine. But when I
copy it to Windows 2000 machine, and open it with a Chinese version access,
I got the above error (Object does not support this property or method.) on
this line:

Me.Controls("cmbItem" & i).AddItem rs.Fields("ProgramID")

I don't know why. Anyone has a clue?

Thanks!
Min
 
V

Van T. Dinh

Which Access version are you using on the Win2K machine?

If you use A2K0, the AddItem method is not available because it was
introduced only in A2K2.
 
Top