D
davea
Hi
I have a continuous form set up that stores person details name, DoB,
gender etc. Gender is a combo box which stores either a 1 or 0.
I have two fields in the footer of the form which I would like to use
to Count the number of males (1's) and females (0's) in the form.
At the moment it contains =Count([Gender]) which of course returns a
count of all the records.
Can someone tell me what syntax I should be using for each field to
separate the count of males/females?CountIf or something similar?
I have a continuous form set up that stores person details name, DoB,
gender etc. Gender is a combo box which stores either a 1 or 0.
I have two fields in the footer of the form which I would like to use
to Count the number of males (1's) and females (0's) in the form.
At the moment it contains =Count([Gender]) which of course returns a
count of all the records.
Can someone tell me what syntax I should be using for each field to
separate the count of males/females?CountIf or something similar?