Increment an autonumber?

A

alan

there is no way to manipulate the autonumber function,
however you can create your own function that will
increment by what ever you want. Use the DLast funtion for
the feild and add 5 to it. Place this in the after update
property of whichever feild gets populated first. So it
would look like this: me.txtId = DLast("IdFeild","Table")+5
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top