D
Dave
On my form I have a combo box that looks up a field from a
table, the combo box is displaying duplicate records in
it. I can't get those duplicates to go away, here is my
SQL Statement.....
SELECT DISTINCTROW Table1.ID, Table1.Supervisor FROM
Table1 WHERE (((Table1.Supervisor) Is Not Null));
Even with the DISTINCTROW I am still getting the
duplicates, I am almost positive that got rid of it
before. Am I missing a property perhaps? Can anyone help
me.
Thanks,
Dave
table, the combo box is displaying duplicate records in
it. I can't get those duplicates to go away, here is my
SQL Statement.....
SELECT DISTINCTROW Table1.ID, Table1.Supervisor FROM
Table1 WHERE (((Table1.Supervisor) Is Not Null));
Even with the DISTINCTROW I am still getting the
duplicates, I am almost positive that got rid of it
before. Am I missing a property perhaps? Can anyone help
me.
Thanks,
Dave