Hi,
I am trying to fill a two column listbox, Access version not the MSFORMS.
Have code as
Dim lst as listbox
set lst = me.listbox1
with lst
.additem (strText,1)
.column(1,2) =strMoreText
End With
I'm not sure if this is a quirk, but the code runs fine when the listbox is...