Well, perhaps I spoke too soon. The combo box has two columns: Column 1 is bound to the key field of the table; column 2 displays the resident names for the user to select.
And, yes, all the other fields are bound to the underlying table.
Is it possible to set the combo to a bookmark(?) property in the form's on open event?
Would I need to open a temporary record set (containing the PK and Name fields), sort it by the name field, move first and then assign the combo the value of that first record's PK?
Or am I trying to make this more complicated than it needs to be?
Larry De Laruelle
larry1de@yahoo.com