CReate a new query with 5 columns - Sort it by Col 4
Col 1= IDField
Col 2 = 1stname
Col 3 = MiddleName
Col 4 = LastName
Col 5 = Full:[1stname]&" "&[MiddleName]&" "[LastName]
Create a combo based on this query
Set widths 0;0;0;0;3
Bound Column is Col 1
Hope this helps - have fun

Signature
Wayne
Manchester, England.
> I have a combo box on a subform that where I want to display and select a
> person's full name. The underlying query selects the contacts for the
[quoted text clipped - 5 lines]
>
> Any assistance would be greatly appreciated.
ErieAl - 20 Mar 2007 18:45 GMT
Thank you Wayne-I-M - your answer worked perfectly. It makes for a very nice
form.
> CReate a new query with 5 columns - Sort it by Col 4
> Col 1= IDField
[quoted text clipped - 18 lines]
> >
> > Any assistance would be greatly appreciated.
Wayne-I-M - 20 Mar 2007 18:57 GMT
Glad it worked for you.

Signature
Wayne
Manchester, England.