Hide Duplicates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a field in a table that has a Lookup with the following in the row
source:
SELECT tblSOPs.SOPID FROM tblSOPs ORDER BY tblSOPs.SOPID;

When it looks up this table, there are duplicates in my drop-down list - How
can I "hide" the duplicates in my drop-down list?

Thank you, Karen
 
Back
Top