Hi,
I'm fiddled with Access a bit, and starting off with VB6
I'm adding items to a Combo box using additem
With rstChannels
Do While Not .EOF
frmMainForm!cboChannels.AddItem !Month
.MoveNext
Loop
End With
Can you add two column values to the Combo box, ie the ID value and another value eg Month, and then hide the key column like you can in Access?
Thanks in advance
tim
I'm fiddled with Access a bit, and starting off with VB6
I'm adding items to a Combo box using additem
With rstChannels
Do While Not .EOF
frmMainForm!cboChannels.AddItem !Month
.MoveNext
Loop
End With
Can you add two column values to the Combo box, ie the ID value and another value eg Month, and then hide the key column like you can in Access?
Thanks in advance
tim