I would like to populate a listbox with multiple columns of data retrieved by a query.
I am using the Listbox.DataTextField = "SpaceID" to get one value but can't seem to append others using lines like Listbox.DataTextField = "SpaceID" & " " & "SpaceName"
Is there a way to do this?