H
Herbie
I have a form that has a report number where the first two
numbers represent the last two digits of the year (this is
in its own text field "txtRepYear", the next part is the
sequential part that is 001, 002, 003, etc....,(in its own
field "txtRepno"), and the last part is a Letter that
represents part of a code that is controlled from
someplace else (this two is in it's own text
field "txtRepCode).
What I would like to know is if it is possible to create a
sort of autonumber field for for the second Text Box
("txtRepno"), that can be bumped up or down should a
record be placed in or taken out (there are 5 yrs worth of
records, and it may be necessary for the user to change
the number should he realize he missed a record.
as it is now, the database is not finished, and is still
being worked on. I have an input mask set up (eg. "00"#)
which is only temporary as I know it will cause problems.
The user wants it to be in a similar format with the zeros
preceding the number so that it will always be 3 digits.
I also have a hidden Autonumber field in the table that is
used as the primary key.
If anyone has any suggestions or ideas, or if this is
something that can only be dreamed of, please let me know.
Many thanks in advance.
numbers represent the last two digits of the year (this is
in its own text field "txtRepYear", the next part is the
sequential part that is 001, 002, 003, etc....,(in its own
field "txtRepno"), and the last part is a Letter that
represents part of a code that is controlled from
someplace else (this two is in it's own text
field "txtRepCode).
What I would like to know is if it is possible to create a
sort of autonumber field for for the second Text Box
("txtRepno"), that can be bumped up or down should a
record be placed in or taken out (there are 5 yrs worth of
records, and it may be necessary for the user to change
the number should he realize he missed a record.
as it is now, the database is not finished, and is still
being worked on. I have an input mask set up (eg. "00"#)
which is only temporary as I know it will cause problems.
The user wants it to be in a similar format with the zeros
preceding the number so that it will always be 3 digits.
I also have a hidden Autonumber field in the table that is
used as the primary key.
If anyone has any suggestions or ideas, or if this is
something that can only be dreamed of, please let me know.
Many thanks in advance.