G
Guest
Need to have a number field that increases 1 each record. Access 2002 will
allow only 1 Autonumber, and since I already have 1000+ records, don't want
to start from scratch. The book mentions Last(), which if it worked, could
be like Date()+5, which works well, but Last() doesn't work in Form or Tables.
I have an employee number, increasing 1 each time but starting at a
four-digit number. I have no missing numbers. Just want it to start filling
it in when I make a new record instead of typing it in. Tried Key ID + ##,
makes sense since that grows 1 each record, but won't let me. Ex: In
Properties, Default Value field, =ID+999, if the very first record was 1000
and grows from there. Any advice on how to number existing records starting
at other-than-1? Appending leaves me with 2 fields occupying the same place
on forms.
allow only 1 Autonumber, and since I already have 1000+ records, don't want
to start from scratch. The book mentions Last(), which if it worked, could
be like Date()+5, which works well, but Last() doesn't work in Form or Tables.
I have an employee number, increasing 1 each time but starting at a
four-digit number. I have no missing numbers. Just want it to start filling
it in when I make a new record instead of typing it in. Tried Key ID + ##,
makes sense since that grows 1 each record, but won't let me. Ex: In
Properties, Default Value field, =ID+999, if the very first record was 1000
and grows from there. Any advice on how to number existing records starting
at other-than-1? Appending leaves me with 2 fields occupying the same place
on forms.