Hey guys,
I'm trying to add items to a listbox that has 2 columns. They are related to each other and must scroll with each other, ive done this with a Table/Query row source type, but now im doing it on a Value List row source type. The only information I've got is
with the index being the ROW. I need to add items to a specific column on a specific row. How would i go about doing this? Thanks for any help.
~(>- Pete -<)~
I'm trying to add items to a listbox that has 2 columns. They are related to each other and must scroll with each other, ive done this with a Table/Query row source type, but now im doing it on a Value List row source type. The only information I've got is
Code:
lstDist.AddItem("item",[index])
~(>- Pete -<)~