Please help me with this as I have been unable to get past this problem
When trying to execute this statement:
SELECT distinct grade
FROM tblStudents
ORDER BY Val([grade]),grade;
access tells me that ORDER BY
clause Val([grade])
conflicts with Distinct
How can I fix this?
Thank you in advance