hi there;
hope you can help, i have a query that displays all the people in my database who are male, then another to for all the people who are female.
Rather than displaying in a form the word "male" or "female" written however many times, i want it to return a number, so it can tell me how many people there are that are male and how many are female.
I have tried using this SQL (count function) thingy and all i get is problems when i try and work it.
I am hopeless at this so could anyone offer me a way to filter data and count the results rather than listing them?
i'll want to use the results in a form (to display) and then again in a report, so i may need to write it to another table for storage, which is cool.
please help, seriously stressed.
Dan