Currently there is no Mode function in Access but you can use following SQL statement to return most frequently occurring value in certain field.
SELECT TOP 1 Test.Test FROM Test GROUP BY Test.Test ORDER BY Count(Test.Test) DESC;
To use this SQL statement,
Create table called 'Test' with atleast one field 'Test'.
Copy and paste above statement in query to get most occuring value in field.
Subscribe to:
Post Comments (Atom)
Can you send me your contact details in need some help with some xls work, let me know your hourly rate and some example work - 07876323344
ReplyDelete