G
Guest
I am trying to add an item to my listbox via VBA. Why am I getting an error
when I try to do the following code:
Me!lst_SAMPLEID.additem "anything"
I get runtime error 438.....Object doesn't support this method.
when I try to do the following code:
Me!lst_SAMPLEID.additem "anything"
I get runtime error 438.....Object doesn't support this method.