ID field

B

Bhavini Patel

How can you design the database so that the ID field is
set to a number which is not 0 (the default)?
 
C

chas

Hi Bhavini,

Open the table in design view, select the ID field and
change the Default Value property to whatever you want it
to be. Of course, if it is a unique indexed field you
will not be able to add more than one record with the same
value.....

hth

chas
 
Top