R
Roger
I have Access 2002 on WinXP sp3. In my database I have a table of records
with each record having a number (not the record ID). The numbers start at
31202 and are consecutive from then on. Sometimes the last record is
deleted, but only ever the last record, hence I can’t use the ID to work out
the next number since the IDs are not all there after a record is deleted.
I have a query that looks at the table and gives me the last number (the
highest). How can I put this into a form so that it automatically gives and
saves the last number plus one as the next number to be used in the table of
records !
with each record having a number (not the record ID). The numbers start at
31202 and are consecutive from then on. Sometimes the last record is
deleted, but only ever the last record, hence I can’t use the ID to work out
the next number since the IDs are not all there after a record is deleted.
I have a query that looks at the table and gives me the last number (the
highest). How can I put this into a form so that it automatically gives and
saves the last number plus one as the next number to be used in the table of
records !