Hello.
I have a table with a couple of different names of service with a Y/N and Date field. It looks like this:
Name
Service 1: Y/N
S1: text
Service 2: Y/N
S2 : text
and so on....
Basically, if someone needs a certain service, "Yes" will be checked. If the text field is blank, then that means someone didn't start the service. If something is populated in S1, S2, etc., then the service is completed.
I want a form that shows the count of Service needed. In the sample dB I built, I have four queries. I want the answer to each query on one form. Is there a way (or a better way) to do this?
I tried that but had a #error message.
Thank you in advance.