Hello Forum,
I have this problem.
I have this project DB where I have a problem recording tool.
Each problem has an ID (P-key), but it needs to have problem ID as well. The problem ID must start from 1 and continue towards x at each project.
To describe the above with an example:
ID Problem ID Project Problem
1 1 A Bla bla.
2 2 A Bla bla.
3 1 B Bla bla.
4 2 B Bla bla.
5 3 A Bla bla.
The Problem ID must never change when first appointed to a problem.
How do I do that ?
In advance thanks.
I have this problem.
I have this project DB where I have a problem recording tool.
Each problem has an ID (P-key), but it needs to have problem ID as well. The problem ID must start from 1 and continue towards x at each project.
To describe the above with an example:
ID Problem ID Project Problem
1 1 A Bla bla.
2 2 A Bla bla.
3 1 B Bla bla.
4 2 B Bla bla.
5 3 A Bla bla.
The Problem ID must never change when first appointed to a problem.
How do I do that ?
In advance thanks.

Last edited by a moderator: