P
Paul
Dears
I want to use the northwind database as example for my own project however
there is one problem I can't seem to solve.
this is the situation :
1 have a customer database of 2000 customers for which I have to create
monthly several commission notes 1 commission note is generated by an
external application and all the rest is created manually.
this commission note has a number which is unique because the first digits
contains the customer in question and the last three digits is a
autonumbering sequence. example: if customer a gets today a commission note
with number 200125 the next one will be 200126.
the same system has to be implemented for the other commission notes that we
create manually each month.
is there a way to do this in such a way that each customer has his own
autonumbering?
can I also integrate this is one table?
thanks for your coop and feedback
Paul
I want to use the northwind database as example for my own project however
there is one problem I can't seem to solve.
this is the situation :
1 have a customer database of 2000 customers for which I have to create
monthly several commission notes 1 commission note is generated by an
external application and all the rest is created manually.
this commission note has a number which is unique because the first digits
contains the customer in question and the last three digits is a
autonumbering sequence. example: if customer a gets today a commission note
with number 200125 the next one will be 200126.
the same system has to be implemented for the other commission notes that we
create manually each month.
is there a way to do this in such a way that each customer has his own
autonumbering?
can I also integrate this is one table?
thanks for your coop and feedback
Paul