S
SteveT
I have an access form with a Microsoft Forms 2.0 Listbox which I defined to
have four columns. I am unable to add any item to anywhere apart from the
first column.
Listbox7.additem callnum ......works fine
adds to the first column
Listbox7.column(1).additem callnum ...... fails and I
expected it to add to the second column
Can anyone help with the method of adding data to the Listbox columns.
Many thanks
ST
have four columns. I am unable to add any item to anywhere apart from the
first column.
Listbox7.additem callnum ......works fine
adds to the first column
Listbox7.column(1).additem callnum ...... fails and I
expected it to add to the second column
Can anyone help with the method of adding data to the Listbox columns.
Many thanks
ST