trackdaychamp
Access Guy
- Local time
- Today, 10:45
- Joined
- Jan 22, 2007
- Messages
- 26
Hi,
How do I populate 2 columns to the listbox with the AddItem function?
This is what I have been doing. I know that it prob has something to do with the list item but I haven't been able to crack it.
lstProjects.AddItem (rs.Fields("ProjectID"))
lstProjects.AddItem (rs.Fields("ProjectName"))
Any suggestions much appreciated
Thanks,
Mark
How do I populate 2 columns to the listbox with the AddItem function?
This is what I have been doing. I know that it prob has something to do with the list item but I haven't been able to crack it.
lstProjects.AddItem (rs.Fields("ProjectID"))
lstProjects.AddItem (rs.Fields("ProjectName"))
Any suggestions much appreciated
Thanks,
Mark