G
Guest
I have 5 consultants in my table called tblConsultant. I want to generate
Task Order numbers for each consultant as a project is awarded to a
particular consultant. I have assigned a two digit consultant code to each
consultant and would like the task order number generated to be an
incremental number that combines the following :
A prefix of "NE", the two digit consultant code, the four digit year (2005)
and then the incremental number (starting at 100). As a new task order is
generated for this consultant (it could be on this project or on a new
project), I would like the project number to increment by one. I think I
need to store this number as a field in my table, rather than just
concatenating other fields on my form. My two questions are: (1) How do I
keep track of the counter for each consultant, and (2) How do I program
Access to automatically generate the task order number each time a new task
order is created?
Task Order numbers for each consultant as a project is awarded to a
particular consultant. I have assigned a two digit consultant code to each
consultant and would like the task order number generated to be an
incremental number that combines the following :
A prefix of "NE", the two digit consultant code, the four digit year (2005)
and then the incremental number (starting at 100). As a new task order is
generated for this consultant (it could be on this project or on a new
project), I would like the project number to increment by one. I think I
need to store this number as a field in my table, rather than just
concatenating other fields on my form. My two questions are: (1) How do I
keep track of the counter for each consultant, and (2) How do I program
Access to automatically generate the task order number each time a new task
order is created?