Or using a normal ListBox (I think this is better, DataListBoxes don't seem to support Multiple Select [which is something I really need]).

Code:
Set lbCust.DataSource = oRecs

That isn't enough, the ListBox (lbCust) stays empty