Quote Originally Posted by dannymking
to add items to the columns in a list box do

VB Code:
  1. Me.List10.AddItem rst!QnsID &";" & rst!Question

Hey dannymking,

thanks for replying. i understand that, that will add items from the table into the listbox's only column.

what if i have two columns? how do i put QnsID and Question into column 1 and 2 of the listbox respectively.

Thank you.

Astro