i want to calculate the number of males that are currently working at my company.
i am currently using this code to work out the percentage of males.
Public Function getPercentageOfMales()
Dim males As Integer
Dim totalem As Integer
Dim per As Integer
males = DCount("[SEX]", "ALL...