Object does not support this property or method.

  • Thread starter Thread starter Min
  • Start date Start date
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
 
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.
 

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

Back
Top