numbering records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'd like to start my database records at 1000 and increment by one each time.
Also, When I create a form to add a new record, how can I make the record
number be the next available? Thanks in advance.
 
You can build a query to pull one record that is your field sorted
descinding. Then have the textbox on the form default to that plus one by
using DLookup as source.
 
I'd like to start my database records at 1000 and increment by one each time.
Also, When I create a form to add a new record, how can I make the record
number be the next available? Thanks in advance.

Why not use an autonumber field?
 

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

Back
Top