I have [ID No] and [ID Name]. In a drop-down on a form, I want to display [ID No] & "- " & [ID Name].
The following works when I want to display the ID No alone in the drop-down but I cannot combine ID No and ID Name:
SELECT DISTINCT [UNIT LIST].[ID NO] FROM [UNIT LIST];
Is this possible?
Thanks.
Richard...
The following works when I want to display the ID No alone in the drop-down but I cannot combine ID No and ID Name:
SELECT DISTINCT [UNIT LIST].[ID NO] FROM [UNIT LIST];
Is this possible?
Thanks.
Richard...