With the AfterUpdate event procedure of your listbox type the following code.
[control name that you want the data from listbox enters]=[listbox name].Column(0)
[other control that you want]=[listbox name].Column(1)
and so on!
Note: The number zero represents the first column of you list or combo box and 1 the second and so on.
Hope this helps!!