Crowley16 ,
Hi again.
My Column count is set to 3 and I have the sql in the row source:
SELECT tblCourseProvider.CPID, Format([CPNO],"000") AS CPNO1, tblCourseProvider.NameLong
FROM tblCourseProvider;
The 1st column width is set to 0cm; then the other two are visible to the user however once you select a value only the 1st value displays in combo box ie:-
If you select this:-
000 Centre name
The combo box would display 000 only not the centre name as well. Any idea ? Thanks Rachel.