Tronsliver
Technical User
OK I'm struggling. I inserted a listbox on a form named "ExcessListBox." I then opened the form module and inserted this code in a procedure (button Click)to add an item to the list box:
Me!ExcessListBox.AddItem = ab (ab is a string variable that had a string assigned)
When I run the program I get a run time error 438 with the message "Object doesn't support this property or method"
When I debug the yellow error bar shows up on the code shown Me!ExcessListBox.AddItem
Appreciate any input
thanks
Me!ExcessListBox.AddItem = ab (ab is a string variable that had a string assigned)
When I run the program I get a run time error 438 with the message "Object doesn't support this property or method"
When I debug the yellow error bar shows up on the code shown Me!ExcessListBox.AddItem
Appreciate any input