D.W. Schingenga
Registered User.
- Local time
- Today, 18:47
- Joined
- Jun 2, 2005
- Messages
- 29
I managed to fill a combobox through code:
cbo.AddItem rs.Fieds("field")
Problem I have now is that I need to have 4 columns, the code above will only give requested field. If I use & sign it will add the fiels, however in the same column.
How can assign fields to a specific column?
Thanks,
Dirk
cbo.AddItem rs.Fieds("field")
Problem I have now is that I need to have 4 columns, the code above will only give requested field. If I use & sign it will add the fiels, however in the same column.
How can assign fields to a specific column?
Thanks,
Dirk