Hello,
i've been reading the forums to find an answer but due to english not being my first language it is taking long so i thought i'd ask in the meantime.
First, i've been using Access for a couple day only and for a single job, i will probably never use it again, so i didnt buy any book and im not expert at all.
I have created a very simple database made of 4 tables:
"Clienti" keeps all data of our clients such as address, name etc.
"Lavori" does the same but for single jobs
"Ore" is the table where every day we are supposed to input how many hours of work and the different cost for each job.
"Operatori" has the list of people working here.
There is a query that basically gathers almost all records, with a Between[Date1] And [Date2] criteria, and a Like[Job_Name] criteria.
There are two thing that i cant do no matter what i try.
First: in my report i need to print all given hours entry from Date x to date y, and i did that using a Between [Date1] And [Date2] in my query criteria.
Now i have all the records from different people and i need to print (in the same report) the partial sum of hours for each worker.
How can i do that?
Second: is there a way to print in my report the [Date1] and [Date2] that the user enters in the Between And criteria?
Thanks a lot,
Andrea.
i've been reading the forums to find an answer but due to english not being my first language it is taking long so i thought i'd ask in the meantime.
First, i've been using Access for a couple day only and for a single job, i will probably never use it again, so i didnt buy any book and im not expert at all.
I have created a very simple database made of 4 tables:
"Clienti" keeps all data of our clients such as address, name etc.
"Lavori" does the same but for single jobs
"Ore" is the table where every day we are supposed to input how many hours of work and the different cost for each job.
"Operatori" has the list of people working here.
There is a query that basically gathers almost all records, with a Between[Date1] And [Date2] criteria, and a Like[Job_Name] criteria.
There are two thing that i cant do no matter what i try.
First: in my report i need to print all given hours entry from Date x to date y, and i did that using a Between [Date1] And [Date2] in my query criteria.
Now i have all the records from different people and i need to print (in the same report) the partial sum of hours for each worker.
How can i do that?
Second: is there a way to print in my report the [Date1] and [Date2] that the user enters in the Between And criteria?
Thanks a lot,
Andrea.