![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
hello all, i have a bit of a funny question, and there must be ways out of it. i created a database for my company wich tracks all the hours worked, money spent on dinner, materials bought for clients all the financial stuff. I put all off this in seperate tables (one for work, dinner, materials, etc) now here it comes, I want to create an invoice for a client but i want to be able to choose what goes on the in voice and what doesn't. for example, I import all the data into one table, find all records of the client I want to invoice and make a report separated by work, dinner, materials. that works but.... now I want to make an invoice with all the work records specified, but only a total for the dinner and the materials sspecified again. or thee other way around..... i have been going on with this since may 2005 (i was to proud to aks for help) PLEASE SOMEONE HELP ME???? thanks in advance, sander loonen |
#3
| |||
| |||
|
|
hello all, i have a bit of a funny question, and there must be ways out of it. i created a database for my company wich tracks all the hours worked, money spent on dinner, materials bought for clients all the financial stuff. I put all off this in seperate tables (one for work, dinner, materials, etc) now here it comes, I want to create an invoice for a client but i want to be able to choose what goes on the in voice and what doesn't. for example, I import all the data into one table, find all records of the client I want to invoice and make a report separated by work, dinner, materials. that works but.... now I want to make an invoice with all the work records specified, but only a total for the dinner and the materials sspecified again. or thee other way around..... i have been going on with this since may 2005 (i was to proud to aks for help) PLEASE SOMEONE HELP ME???? thanks in advance, sander loonen |
#4
| |||
| |||
|
|
You need an invoice table. Each of your line items, work items, material, dinner, etc. needs an invoice number. Relate the line items to the invoice table via that number. In the invoice table you can make calculation fields that sum each type of line item. In your work table you find all the work items by invoice number and put the related calc fields in the header and you have your bill. I'd recommend one table for all your line items by the way, each line item would have a 'Type' such as Work, Materials, Dinner. DJ On Feb 12, 2:16 am, sanderloo... (AT) googlemail (DOT) com wrote: hello all, i have a bit of a funny question, and there must be ways out of it. i created a database for my company wich tracks all the hours worked, money spent on dinner, materials bought for clients all the financial stuff. I put all off this in seperate tables (one for work, dinner, materials, etc) now here it comes, I want to create an invoice for a client but i want to be able to choose what goes on the in voice and what doesn't. for example, I import all the data into one table, find all records of the client I want to invoice and make a report separated by work, dinner, materials. that works but.... now I want to make an invoice with all the work records specified, but only a total for the dinner and the materials sspecified again. or thee other way around..... i have been going on with this since may 2005 (i was to proud to aks for help) PLEASE SOMEONE HELP ME???? thanks in advance, sander loonen |
![]() |
| Thread Tools | |
| Display Modes | |
| |