AccessDevJunior
Programmer
hya,
i have a listbox and would like it display 4 columns rather the 1 column it current displays, i have this code in place, im not sure how to add more columns:
Do Until RS.EOF
ListUser.AddItem RS("Employee Email Address")
RS.MoveNext
Loop
the other 3 columns are 'employee tel number, employee mob number' employee name'
if anyone could show me how to add these extra columns to this code it would be a great help?
i have a listbox and would like it display 4 columns rather the 1 column it current displays, i have this code in place, im not sure how to add more columns:
Do Until RS.EOF
ListUser.AddItem RS("Employee Email Address")
RS.MoveNext
Loop
the other 3 columns are 'employee tel number, employee mob number' employee name'
if anyone could show me how to add these extra columns to this code it would be a great help?