Has ListItem changed to a different Item in Access 2003?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am getting a compile error in Access 2003 trying to use a ListItem. Has
another class or type surplanted ListItem? Please Let me know.

Thanks
Terry
 
I am getting a compile error in Access 2003 trying to use a ListItem. Has
another class or type surplanted ListItem? Please Let me know.

Thanks
Terry

Please post your code.

An Access Form Listbox control is *NOT* the same as a Visual Basic
Listbox. Be sure to check the properties in the VBA help...

John W. Vinson[MVP]
 
Back
Top