954,160 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Listbox with Columns

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

StephenHancox
Newbie Poster
6 posts since Jan 2005
Reputation Points: 10
Solved Threads: 0
 

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

Buff
Light Poster
40 posts since May 2004
Reputation Points: 11
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You