We have a Access database. One of the columns stores a "Box #" for files that are stored in the box. The idea being that a files' location can be determined by the # of the box it is in.
Each box holds, say, 25 files each of which will obviously have the same 9 digit box # in the (yep) box # column. The box #'s may not be in sequence (ie, 123 and 124 may be followed by 132 and not 125)
The problem: when the first file is loaded into the DB with the new box #, can that # be repeated down the column until it's time for another box #. Bottom line-how to avoid typing the same box # over and over
Each box holds, say, 25 files each of which will obviously have the same 9 digit box # in the (yep) box # column. The box #'s may not be in sequence (ie, 123 and 124 may be followed by 132 and not 125)
The problem: when the first file is loaded into the DB with the new box #, can that # be repeated down the column until it's time for another box #. Bottom line-how to avoid typing the same box # over and over