Alexander Willey
Registered User.
- Local time
- Today, 13:08
- Joined
- Mar 1, 2013
- Messages
- 31
Dear Forum,
I am creating a database that has the following tables linked with a one to many relationship. one PROJECT to many TESTS. So, each project has many tests
I want each test to be numbered in such a way that it indicates which project it is from....e.g.
Project ABC: tests would be numbered ABC001, ABC002 etc.
Project XYZ: tests would be numbered XYZ003, XYZ004
I think I am happy to use autonumber for the TESTS table.
I'd be grateful for ideas on how to approach this numbering
Many thanks, Alex
I am creating a database that has the following tables linked with a one to many relationship. one PROJECT to many TESTS. So, each project has many tests
I want each test to be numbered in such a way that it indicates which project it is from....e.g.
Project ABC: tests would be numbered ABC001, ABC002 etc.
Project XYZ: tests would be numbered XYZ003, XYZ004
I think I am happy to use autonumber for the TESTS table.
I'd be grateful for ideas on how to approach this numbering
Many thanks, Alex