is is possible to set autonumber to start at 10000

A

a a r o n . k e m p f

a) using SQL Server; it is quite easy to do this
b) programmatically using ADOX I believe that you can do this with
Jet.

I just find SQL Server easier to use than Jet.. so I think that
setting the Identitiy and Seed and Increment Properties-- via the
GUI-- is a lot easier.

Thanks

-Aaron
 
Top