Hi all,
I have a combo box which is supposed to display a particular field from a table. There are many duplicates info in this field. Eg Shift1, Shift2, Shift3, Leave, MC.
However, I only want it to display Shift1, Shift2 and Shift3.
How do I write the row source statement?
Select Distinct "Shift1" from Activity
But I cant add in Shift2 and Shift3.
Pls kindly assist. Thks.
Jerry
I have a combo box which is supposed to display a particular field from a table. There are many duplicates info in this field. Eg Shift1, Shift2, Shift3, Leave, MC.
However, I only want it to display Shift1, Shift2 and Shift3.
How do I write the row source statement?
Select Distinct "Shift1" from Activity
But I cant add in Shift2 and Shift3.
Pls kindly assist. Thks.
Jerry