Re: DBLookupComboBox question



>Is recID unique within table1?

yes, recID is unique. It is the primary key in that table.

To elaborate a bit, all the examples I've seen (include the really good
explanation at about.com) seem to assume that you are saving the same
value that is being looked up - if the list contains email address,
then you're saving an email address. None of the examples, say, let you
look up an email address and then save the corresponding username. So
I'm doubting that what I want to do isn't possible. It seems like a
common enough task, though...

-Corinna

.