Cosmos75
Registered User.
- Local time
- Today, 02:11
- Joined
- Apr 22, 2002
- Messages
- 1,281
Generate ID Number automatically in increments of 1 (Not an AUTONUMBER!)
I have a project management database that I have created that has this structure
Task has a one-to-many relationship with Sub-Task
Each Task has an ID Number (1 to 99), and Each Sub-Task has an ID number that should increase by 1 (1 to X) each time a Sub-Task is added to a Task. Is there anyway to have the Sub-Task number be generated automatically each time a new Sub-Task is entered? Right now it is entered manually and there are less than 5 Sub-Tasks per Task so it’s not a problem, but as it grows it’ll be harder to check whether a Sub-Task ID Number has already been used or not.
Thanks in advance!
I have a project management database that I have created that has this structure
Task has a one-to-many relationship with Sub-Task
Each Task has an ID Number (1 to 99), and Each Sub-Task has an ID number that should increase by 1 (1 to X) each time a Sub-Task is added to a Task. Is there anyway to have the Sub-Task number be generated automatically each time a new Sub-Task is entered? Right now it is entered manually and there are less than 5 Sub-Tasks per Task so it’s not a problem, but as it grows it’ll be harder to check whether a Sub-Task ID Number has already been used or not.
Thanks in advance!
Last edited: