Hi all,
I'm attempting to add values to a Combo Box but the "AddItem" method does not appear to be present in my version of Access (97). Has anyone else come across this before or is there another way to add items to a combo box via code ?
Thanks!
Printable View
Hi all,
I'm attempting to add values to a Combo Box but the "AddItem" method does not appear to be present in my version of Access (97). Has anyone else come across this before or is there another way to add items to a combo box via code ?
Thanks!
Have you set the RowSourceType property to "Value List"?
Hi,,,
Have you tried DKenny's advice? Hmmmmm, a combo box additem method does appear in the vba editor... :) :) :)
Yeah, just tried that now and still no sign of that method. I have "<Comboboxname>.AddColon", not that that's much use to me ;-)