i have a combo box that quires a table which is linked to an excel spreadsheet external to the database.
It has a column that is labeled tail number. this column has numerous duplicate entries that I would like to remove so the combo box only displays one of each entry.
I have tried, SELECT DISTINCT [eDNA Quick Status Query].Ind, [eDNA Quick Status Query].[Tail Number], [eDNA Quick Status Query].Pos FROM [eDNA Quick Status Query]; to remove the duplicates but it does not work.
Is there any other way to remove the duplicates?
It has a column that is labeled tail number. this column has numerous duplicate entries that I would like to remove so the combo box only displays one of each entry.
I have tried, SELECT DISTINCT [eDNA Quick Status Query].Ind, [eDNA Quick Status Query].[Tail Number], [eDNA Quick Status Query].Pos FROM [eDNA Quick Status Query]; to remove the duplicates but it does not work.
Is there any other way to remove the duplicates?