Hi,
Im trying to populate a listbox with 3 database fields in a row such as
Name, Address, Tel at the moment Im creating 3 recordsets for each field and them adding them to the listbox but it looks like
Joe Bloggs In a House 2452345
John Smith In a Caravan 89708080

Id like to get it looking like this in columns
Name Address Tel
Joe Bloggs In a house 245345
John Smith In a Caravan 89708080

Any help would be really appreciated.
Thanks

The easiest way is to use a fixed font in your listbox.
Otherwise, try tabbing with chr$(9)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.