B
Bruce
We have forms that are identified by the department
abbreviation, the last two digits of the year, and a
sequential number. If the department is Quality Control,
the first form this year is Q-04-01. The next one is Q-04-
02. For Production it is P-04-01, etc. The idea is that
if P-04-01 has already been completed, the user does not
need to know that in order for the number of the next one
to be P-04-02. I would like the user to be able to select
a department on an opening screen, click a button, and
have the form open with the correct identifying number
filled in. I think I could figure out some way (probably
not the best way) to get the department abbreviation and
the last two digits of the year, but the sequential number
has me stumped unless I have a separate table for each
department, and bring them all together with a query.
Somehow that doesn't seem like the best way to solve the
numbering problem. There are about twelve departments,
and the total number of forms completed in a year is less
than 100, in case those things matter.
abbreviation, the last two digits of the year, and a
sequential number. If the department is Quality Control,
the first form this year is Q-04-01. The next one is Q-04-
02. For Production it is P-04-01, etc. The idea is that
if P-04-01 has already been completed, the user does not
need to know that in order for the number of the next one
to be P-04-02. I would like the user to be able to select
a department on an opening screen, click a button, and
have the form open with the correct identifying number
filled in. I think I could figure out some way (probably
not the best way) to get the department abbreviation and
the last two digits of the year, but the sequential number
has me stumped unless I have a separate table for each
department, and bring them all together with a query.
Somehow that doesn't seem like the best way to solve the
numbering problem. There are about twelve departments,
and the total number of forms completed in a year is less
than 100, in case those things matter.