Hi there,
I hope somebody has come accross the following situation:
I'm creating a simple request database where there are 4 different departments using this db.
The requirement is for the db to have a sequenced numbering but with a different starting number according to the department. Here's an example:
Dept. Starting #
A 30001
B 50001
C 70001
D 90001
So each a department sends a request, the db will create the next available number in the form like for department A:
30002 then 30003.
Can this be accomplished in one table with some special coding on the request # field?
Thanks in advance,
Kastaman
I hope somebody has come accross the following situation:
I'm creating a simple request database where there are 4 different departments using this db.
The requirement is for the db to have a sequenced numbering but with a different starting number according to the department. Here's an example:
Dept. Starting #
A 30001
B 50001
C 70001
D 90001
So each a department sends a request, the db will create the next available number in the form like for department A:
30002 then 30003.
Can this be accomplished in one table with some special coding on the request # field?
Thanks in advance,
Kastaman