Hi again folks! (Newbie here)
I'm really struggling on this one.
I Have a table with:-
tbl.Interviewer
ID (Primary Key)
Employee Number
Forename
Surname
Gender (Dropdown) "Male","Female","Unspecified"
Ive tried to do a query with =Count(IIf([Gender]="Male",1)) in the criteria box options are Field I have Gender selected, then underneath that Interviewer in the table field. Then Show checked.
In order to count the number of occurrences, I actually need to calculate the gender bias.
(a) the query doesn't work, tho as far as I can see it has the right syntax. AND
(b) I can't figure out how I'm gonna come to calculate either a M/F/U ration or to express each of them as a list of percentages.
Thanks heaps in advance for your time and help. Its very much appreciated!
D.