send me the project....I'll check out the code for ya.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
Hi,
Try this:
listbox.additem str(adodc1.recordset("idnumber"))
or
listbox.additem format(integer,"nnnnnnnnn")
hope it work.
Newvbguy
NewVBguy
Junior Poster in Training
71 posts since Mar 2005
Reputation Points: 13
Solved Threads: 3
to convert an integer tot string use: cStr(123)
or: Format(123)
PVBert
Junior Poster in Training
61 posts since Mar 2007
Reputation Points: 10
Solved Threads: 5