I have a table (tblMain) with field Gender. I am trying to get a count in SQL of Female and Male personnel so I can update a form containing two fields "Male = and Female = ".
The values stored in the tbl are "M and F".
Thanks!
The values stored in the tbl are "M and F".
Thanks!
Comment