have a table but some entries are the same for example
my table might have
BOB
BOB
JOHN
SAM
BOB
I want to fill a combo box with these values but don't want reapeats in the combo box...so the combo box would have
BOB
JOHN
SAM
I tried spitting the table up and making relationships but it didn't work right.
Also how do you add entries to a combo box using VB Code?
Thakns
my table might have
BOB
BOB
JOHN
SAM
BOB
I want to fill a combo box with these values but don't want reapeats in the combo box...so the combo box would have
BOB
JOHN
SAM
I tried spitting the table up and making relationships but it didn't work right.
Also how do you add entries to a combo box using VB Code?
Thakns