S
Steve Goodrich
I use an unbound text box on my form to count the number of records there
are, then add 1 to the total with. =Count(*)+1
The user then enters this number in a field called Log No which is bound to
the table.
Is there a way to add this number automatically to my field (Log No) when
the form loads. I tried the auto number but it keeps going out of sink and
missing numbers out
Something on the lines of
Log no = number of last record+1
So if the last log number used was 200, when a new record was opened the log
no field would auto fill with 201
Using Access 97
Thanks
are, then add 1 to the total with. =Count(*)+1
The user then enters this number in a field called Log No which is bound to
the table.
Is there a way to add this number automatically to my field (Log No) when
the form loads. I tried the auto number but it keeps going out of sink and
missing numbers out
Something on the lines of
Log no = number of last record+1
So if the last log number used was 200, when a new record was opened the log
no field would auto fill with 201
Using Access 97
Thanks