Hi,
Please help with adding items to a listbox using a form in Access. I dont want to use the access wizard feature of having the listbox automatically populated. Rather I want to enter a value and have that value populate into the listbox.

I thought i could just go:
Code:
list1.additem ("red")
but it doesnt recognise the additem referance.


Thanks!