Hi,
I have a simple 1 table database about 'Care Services'.
Each entry has contact details, etc.. and an option of lots of different categories it could come under, and they can come under as many categories as they want to - These are done as Yes/No boxes.
Each search for a type of Service is done with it's own individual query and report based on looking up the main table and looking for entries with 'Yes' under that category.
On a form I have a button for each category which opens it's own query.
My problem is that on this form I would like unbound text boxes that display the number of entries for each category that updates itself everytime that form is loaded.
I have tried using funtions that work in Reports, such as:
=Count([Service]![Funding])
(Nb. I have the source for the form set as 'Service' table.)
However this counts ALL records in the Service table, instead of just the ones that are ticked (Yes) to that category. (In this case 'Funding').
Could anyone help me please as I need this for work? thanks
- Steven Garratt
I have a simple 1 table database about 'Care Services'.
Each entry has contact details, etc.. and an option of lots of different categories it could come under, and they can come under as many categories as they want to - These are done as Yes/No boxes.
Each search for a type of Service is done with it's own individual query and report based on looking up the main table and looking for entries with 'Yes' under that category.
On a form I have a button for each category which opens it's own query.
My problem is that on this form I would like unbound text boxes that display the number of entries for each category that updates itself everytime that form is loaded.
I have tried using funtions that work in Reports, such as:
=Count([Service]![Funding])
(Nb. I have the source for the form set as 'Service' table.)
However this counts ALL records in the Service table, instead of just the ones that are ticked (Yes) to that category. (In this case 'Funding').
Could anyone help me please as I need this for work? thanks
- Steven Garratt