SELECT [Contributors Extended].ID, IIf(Len([File As] & "")=0,[Company],[File As]) AS [Volunteer ID] FROM [Contributors Extended] ORDER BY [Contributors Extended].[File As];
[File As] is used to format [Last Name] & ", " & [First Name] from the contributors table. I use this so the combo in...