A
Associates
Hi,
I was wondering if i could get some help with Access report. I have been
trying to figure out a solution for hours but to no avail.
I have one table for work_timesheet and the other table for work_invoices.
The following is the details of both tables
work_timesheet
------------------
TS_ID
StaffID
WorkDate
EntryDate
JobNo
Rate
TimeTaken
work_invoices
----------------
Inv_ID
Inv_No
Inv_Date - Date when invoice is generated
JobNo
Inv_Line1 - Description of invoice
Inv_Amount1 - $ amount associated with Line1
Inv_Line2 - Description of invoice
Inv_Amount2 - associated with Line2
Now, i was trying to generate a report that would present amount for the
COST and the BILLED for a certain period of time. To get the COST, i need the
table work_timesheet. And i need table invoices to know how much we bill our
clients.
If i create a relationship between timesheet and invoice based on JobNo, i
got a very huge amount which is not correct. I don't think i can use JobNo as
the field to connect them together. I was thinking of creating another table
that would hook these two tables together but don't know how to go about that.
Thank you in advance
I was wondering if i could get some help with Access report. I have been
trying to figure out a solution for hours but to no avail.
I have one table for work_timesheet and the other table for work_invoices.
The following is the details of both tables
work_timesheet
------------------
TS_ID
StaffID
WorkDate
EntryDate
JobNo
Rate
TimeTaken
work_invoices
----------------
Inv_ID
Inv_No
Inv_Date - Date when invoice is generated
JobNo
Inv_Line1 - Description of invoice
Inv_Amount1 - $ amount associated with Line1
Inv_Line2 - Description of invoice
Inv_Amount2 - associated with Line2
Now, i was trying to generate a report that would present amount for the
COST and the BILLED for a certain period of time. To get the COST, i need the
table work_timesheet. And i need table invoices to know how much we bill our
clients.
If i create a relationship between timesheet and invoice based on JobNo, i
got a very huge amount which is not correct. I don't think i can use JobNo as
the field to connect them together. I was thinking of creating another table
that would hook these two tables together but don't know how to go about that.
Thank you in advance