Hello everyone. First post and new to this forum.
I am a complete noob to access. Fast learner trying my own project. 
I have an issue with duplicates not being removed from my drop down menus.
I have tried several things to remove them that i have found around numerous places online.
The "Distinct" formula appears to not work for me,
Code:
SELECT DISTINCT [Data Spread].ID, [Data Spread].Make FROM [Data Spread];
Have Tried by creating a query and having the drop down linked to it.
Code:
SELECT DISTINCT [Data Spread].Make, [Data Spread].ModelFROM [Data Spread]
ORDER BY [Data Spread].Make, [Data Spread].Model;
Also tried the "Unique Values" setting, This too is not working for me,
Any ideas where to go from here or what i can do to assist you assist me.
Kind Regards
Dan