G
Guest
I am creating a database with several audit sections; Cash, Investments,
Loans, etc. There will be various audit steps entered into the table for
each section. I want to create a unique identifier for each step. for
example the audit steps in cash would be labelled C.1, C.2 etc. and
Investments would be I.1, I.2 etc. Currently, I have a separate table for
each section and a separate form for data entry for each table but I would
like to be able to combine the data into one table. The problem that I have
is that the autonumber function will assign the numbers sequentially
regardless of the order the audit steps are entered into the table. For
example, I might end up with some cash steps that skip a few numbers because
those got assigned to an investment step. How can I set it up so that it
assigns sequential numbers to each section? Thanks.
Loans, etc. There will be various audit steps entered into the table for
each section. I want to create a unique identifier for each step. for
example the audit steps in cash would be labelled C.1, C.2 etc. and
Investments would be I.1, I.2 etc. Currently, I have a separate table for
each section and a separate form for data entry for each table but I would
like to be able to combine the data into one table. The problem that I have
is that the autonumber function will assign the numbers sequentially
regardless of the order the audit steps are entered into the table. For
example, I might end up with some cash steps that skip a few numbers because
those got assigned to an investment step. How can I set it up so that it
assigns sequential numbers to each section? Thanks.