View Single Post

   
  #8 (permalink)  
Old 02-29-2008, 06:31 AM
Steve
 
Posts: n/a
Default Re: Identity In SQL VS Autonumber In Access

Thanks, but I have to agree with Erland

Steve
"Madhivanan" <madhivanan2001@gmail.com> wrote in message
news:1110279816.145987.160610@f14g2000cwb.googlegr oups.com...
>
> Steve,
>
> Select Max(IdentityField)+1 from TableName
>
> Madhivanan
>



Reply With Quote