I'm trying to test the itemdata function but having no luck...
I have a combo box ("cboSiteManagers") that contains ID, Fname, Lname
I've tried the following code
msgbox cboSiteManagers.itemdata(3)
But I get an error that says "Invalid Use of Null"...there are around a hundered entries in this dropdown so I don't understand why it would say null.
I'm looking to try to find an answer why my msgbox doesn't show info row rowindex number 3
Thanks in advance,,
Early I accidentally wrote this post as a reply rather than a new thread...sorry
Kacy
________
Fix ps3
I have a combo box ("cboSiteManagers") that contains ID, Fname, Lname
I've tried the following code
msgbox cboSiteManagers.itemdata(3)
But I get an error that says "Invalid Use of Null"...there are around a hundered entries in this dropdown so I don't understand why it would say null.
I'm looking to try to find an answer why my msgbox doesn't show info row rowindex number 3
Thanks in advance,,
Early I accidentally wrote this post as a reply rather than a new thread...sorry
Kacy
________
Fix ps3
Last edited: