AutoInc in mdb



I would like to know the next number in a mdb autoincrment field.
However just taking the last number+1 is not correct
since if you delete a record the next one will be +2
and so on
P.S i tried 'select @@IDENTITY as [ID]' not wirking


.