number field

  • Thread starter Thread starter callie
  • Start date Start date
C

callie

Can I have a number field begin with, say, 5000, and then
go up from there? If so, how? Thanks!
 
Here is one way
1. Copy and paste the table design.
2. In the duplicate table, change the datatype from
AutoNumber to Number
3. Enter in one spurious row of data with 4999 in the
column that had the autonumber datatype.
4. Append this row to the original table.
5. Delete the appended row from the original table.
6. Delete the duplicate table.

Hope This Helps
Gerald Stanley MCSD
 

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