
Originally Posted by
Missinglinq
The only thing close to a 'drop-down list for a Textbox' is a Combobox.
So you want a dropdown list of persons, from the Person Table, to enter the names of persons, into a Form that is going to write it back to the Person Table, and the Person Field is the Primary Key of said Person Table...no can do! A given Value for the Primary Key of a Table can only appear in the Table one time! And since the Combobox has to draw its names from the Person Table, a person's name will already be in the Table, if the name is to appear in the Combobox, and cannot be used again! Get it? If the person's name is in the Combobox, they have already appeared in the Table and cannot do so again!
Linq ;0)>