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
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