P
Peter De Tender
Hello,
I've always used a simple access database to create invoice forms and
reports. The data which I can enter in the invoice details (productnumbers)
are loaded from a table tbl_products.
I only had to enter the productnr and it gives me all details.
So far so good...
What I now want to do is give the user the ability to enter a "free line
text" when I don't have a productnr available, let's say for variable
transport costs. It should be possible to modify a description and price.
Hereunder I give a small example of the lines :
123 Product A 10? (data comes from
tbl_products; I only enter the productnr)
456 Product B 5? (idem)
<Whatever description> ??? For this line, I want to
add a free text description and a
price.
Of course, at the end of the invoice, all price fields are to be summarized
to have the total amount to be invoiced.
I tried with creating a productnr 999, but then whenever I change the
description and price, all invoices where this productnr is used gets
updated. Which is of course not the way it should be.
Can anyone please help me on this one ?
Kind regards,
Peter
I've always used a simple access database to create invoice forms and
reports. The data which I can enter in the invoice details (productnumbers)
are loaded from a table tbl_products.
I only had to enter the productnr and it gives me all details.
So far so good...
What I now want to do is give the user the ability to enter a "free line
text" when I don't have a productnr available, let's say for variable
transport costs. It should be possible to modify a description and price.
Hereunder I give a small example of the lines :
123 Product A 10? (data comes from
tbl_products; I only enter the productnr)
456 Product B 5? (idem)
<Whatever description> ??? For this line, I want to
add a free text description and a
price.
Of course, at the end of the invoice, all price fields are to be summarized
to have the total amount to be invoiced.
I tried with creating a productnr 999, but then whenever I change the
description and price, all invoices where this productnr is used gets
updated. Which is of course not the way it should be.
Can anyone please help me on this one ?
Kind regards,
Peter