C
Craig
Hi, i use access to create invoices for jobs that i do.. currently i have
the following...
Jobs database that includes a the cost for the job. I print an invoice from
this information... The layout is basically the following..
job.customerID
job.description
job.date
job.charge
I also record payments in a separate database called Payments because the
payments are sometimes different than the charges...
payment.customerID
payment.date
payment.amount
I would love to create a report that uses the data from both of these tables
and generates a statement like so...
Date Credit Debit
1/2/07 £50.00
2/2/07 £40.00
Total Outstanding £10.00
I am assuming the best way is to create a query that pulls data from both
tables but even though i think i understand the concept... i dont know how i
would get access to do this... can someone help please!
thanks in advance
Craig
the following...
Jobs database that includes a the cost for the job. I print an invoice from
this information... The layout is basically the following..
job.customerID
job.description
job.date
job.charge
I also record payments in a separate database called Payments because the
payments are sometimes different than the charges...
payment.customerID
payment.date
payment.amount
I would love to create a report that uses the data from both of these tables
and generates a statement like so...
Date Credit Debit
1/2/07 £50.00
2/2/07 £40.00
Total Outstanding £10.00
I am assuming the best way is to create a query that pulls data from both
tables but even though i think i understand the concept... i dont know how i
would get access to do this... can someone help please!
thanks in advance
Craig