I have a problem regarding combo box
When i add 2 columns in a combo box how can I align them properly

i have used combo.additem rs(0) & " " & rs(1)

the output is as :

abcdefgh This is my first rec.
abcd this is my second record
ab this is my third record

So you see the 2nd column is not aligned in a straight line.
I have even tried adding spaces , calculating length og rs(0) and adding spaces accordinglr but to no avail.

Please advise

thnks