F
FrunkaBlunka
Hi guys,
Table 1
JobID (Number) 4 digit
Project(text)
Contract Value(Currrency)
Table 2
JobID (linked)
Claim(Autonumber)
Description of work(Memo)
Amount (Currency)
There are some jobs where I need to make several claims or partial
payments if the job extends over a long period of time. I identify a
job by its JobID which is its invoice number.
When I have a job that has several claims I like them to be listed on
the invoice in sequential order hence the Autonumber but when I skip to
the next job I want to see my AutoNumber reset for the new batch of
claims for that job. For example
Job 3521
1 Installed Track $1200.00 21/09/2006
2 Installed Panels $4000.00 22/10/2006
Job 3522
3 Installed Track $2100.00 26/09/2006
I would like that number 3 to reset back to 0 for each Job
Job 3521
1 Installed Track $1200.00 21/09/2006
2 Installed Panels $4000.00 22/10/2006
Job 3522
1 Installed Track $2100.00 26/09/2006
Like THAT! is that possible if so how do I do it or is there a better
solution to my misery.
Thanks!
Blunka
Table 1
JobID (Number) 4 digit
Project(text)
Contract Value(Currrency)
Table 2
JobID (linked)
Claim(Autonumber)
Description of work(Memo)
Amount (Currency)
There are some jobs where I need to make several claims or partial
payments if the job extends over a long period of time. I identify a
job by its JobID which is its invoice number.
When I have a job that has several claims I like them to be listed on
the invoice in sequential order hence the Autonumber but when I skip to
the next job I want to see my AutoNumber reset for the new batch of
claims for that job. For example
Job 3521
1 Installed Track $1200.00 21/09/2006
2 Installed Panels $4000.00 22/10/2006
Job 3522
3 Installed Track $2100.00 26/09/2006
I would like that number 3 to reset back to 0 for each Job
Job 3521
1 Installed Track $1200.00 21/09/2006
2 Installed Panels $4000.00 22/10/2006
Job 3522
1 Installed Track $2100.00 26/09/2006
Like THAT! is that possible if so how do I do it or is there a better
solution to my misery.
Thanks!
Blunka