G
Guest
I am using two tables, one called projects and the other projects details.
They are linked to each other by a unique number (projectID). I want to be
able to number the lines in the projects details table by combining the
unique number fromthe projects table and a line number from the projects
details table. I would like to have the results look like this: 1688.0001
through 1688.00?? for each project. I don't want to use the autonumber
feature since this will eventually cause the number to the left of the
decimal to change after 9999 project details records (this would not take
long as we have many details to each project). I would also like each
project numbering to start with "projectID".0001. Any ideas as to how I can
do this?
Thank you,
They are linked to each other by a unique number (projectID). I want to be
able to number the lines in the projects details table by combining the
unique number fromthe projects table and a line number from the projects
details table. I would like to have the results look like this: 1688.0001
through 1688.00?? for each project. I don't want to use the autonumber
feature since this will eventually cause the number to the left of the
decimal to change after 9999 project details records (this would not take
long as we have many details to each project). I would also like each
project numbering to start with "projectID".0001. Any ideas as to how I can
do this?
Thank you,