G
Guest
My wife is using Access 2003 to develop a catalog of teaching resources for
her school. She has the basic structure complete but needs to automatically
create a file number for each of the documents (these can be books,
documents, forms, cd's etc.) in each of the 29 categories (CategoryID ~ a
text field) that she has identified. This file no. will be physically fixed
to the teaching resource which will then be filed according to category. She
wants each of the categories file number structure to start at 1 then
increment automatically by 1 as records are added. ie. Category 1, File 1,
2, 3... Category 2, File 1, 2, 3, 4.......etc up to Category 29.
The system will be a single user system.
I've done some searching and Dmax() seem to be the way to go, (I'm probably
wrong there though !!!!), but I need some help with the code.
I'm a relative code 'newbie' so as mush detail (code, syntax, where to
insert the extra code etc.) would be appreciated.
thanks in advance
Roger
her school. She has the basic structure complete but needs to automatically
create a file number for each of the documents (these can be books,
documents, forms, cd's etc.) in each of the 29 categories (CategoryID ~ a
text field) that she has identified. This file no. will be physically fixed
to the teaching resource which will then be filed according to category. She
wants each of the categories file number structure to start at 1 then
increment automatically by 1 as records are added. ie. Category 1, File 1,
2, 3... Category 2, File 1, 2, 3, 4.......etc up to Category 29.
The system will be a single user system.
I've done some searching and Dmax() seem to be the way to go, (I'm probably
wrong there though !!!!), but I need some help with the code.
I'm a relative code 'newbie' so as mush detail (code, syntax, where to
insert the extra code etc.) would be appreciated.
thanks in advance
Roger