D
David
I am getting duplicate records in my combo box. I am not
understanding why this is happening, my SQL Statement is
as follows......
SELECT DISTINCT Table1.ID, Table1.Supervisor
FROM Table1
WHERE (((Table1.Supervisor) Is Not Null));
It is still showing multiple Supervisors in the combo box,
this has gotten rid of them for me before and am not sure
what is going on now that it wont work.
understanding why this is happening, my SQL Statement is
as follows......
SELECT DISTINCT Table1.ID, Table1.Supervisor
FROM Table1
WHERE (((Table1.Supervisor) Is Not Null));
It is still showing multiple Supervisors in the combo box,
this has gotten rid of them for me before and am not sure
what is going on now that it wont work.