Modules

  • Thread starter Thread starter Salvio F. Arguelles
  • Start date Start date
S

Salvio F. Arguelles

I need a function that could automatically add numbers in
the table by 1 with a resetting function
 
Hi:

Try using the DLookup function

dlookup("Max([ID])+1","[tbl1]","")

This assumes you want to get the max of the [ID] field of table [tbl1] and
add 1 to it in a function.

Regards,

Naresh Nichani
Microsoft Access MVP
 
Back
Top