I have a table called 'DEMO'. It has a column called 'SEX' with records, i.e. 'Male', 'Female' or blank.
I want to find the percentage of 'Males' by:
(Counting 'Males' / (Total records - Blank records)) * 100
all in a single query.
I'm using MS Access 2010 with a .accdb file.