CelevGadol
New member
- Local time
- Today, 06:59
- Joined
- Sep 25, 2021
- Messages
- 20
Hi everyone
Once again I find myself stuck with what is probably a very easy problem for you guys.
I have a table of jobs that I have done. These jobs are done for various other companies. Each job is done for a particular price which is fixed, so I have Price1, Price2 and Price3 (for instance). I can create a query which filters for one company, provides a list of jobs done for Price1. What I would like to do is create a count of the number of jobs done at that price.
If I could do that, I think it would be easy to create a count of jobs done for Price2 and Price3 and therefore automate the invoice.
Now a second question: if I could create a count of jobs at Price1, would it be best to just add a column for Price2 and produce a count for that in the same query or would it be simpler to create a new query for each Price?
Once again I find myself stuck with what is probably a very easy problem for you guys.
I have a table of jobs that I have done. These jobs are done for various other companies. Each job is done for a particular price which is fixed, so I have Price1, Price2 and Price3 (for instance). I can create a query which filters for one company, provides a list of jobs done for Price1. What I would like to do is create a count of the number of jobs done at that price.
If I could do that, I think it would be easy to create a count of jobs done for Price2 and Price3 and therefore automate the invoice.
Now a second question: if I could create a count of jobs at Price1, would it be best to just add a column for Price2 and produce a count for that in the same query or would it be simpler to create a new query for each Price?