Hello
I have a lookup table in my database like this:
tblLookup
LookupType
LookupValue
Suppose that lookup type is Language Spoken; Country; Gender etc..
and I want the individual combo box to list only the values of one type.
So I can have a combo for each: LanguageSpoken...
more >>