Nov 10, 2004 #1 nowayout Programmer Joined Feb 25, 2003 Messages 364 Location US Hi all, How can i change the field to make it increment automatically. such as ID field to auto increment for each entry. Thanks
Hi all, How can i change the field to make it increment automatically. such as ID field to auto increment for each entry. Thanks
Nov 10, 2004 #2 hneal98 Programmer Joined Aug 13, 2002 Messages 1,637 Location US Change the field type to identity. Upvote 0 Downvote
Nov 10, 2004 Thread starter #3 nowayout Programmer Joined Feb 25, 2003 Messages 364 Location US there is no choice in EM when creating new table!! Upvote 0 Downvote
Nov 10, 2004 #4 hneal98 Programmer Joined Aug 13, 2002 Messages 1,637 Location US There is an Ident data type. You can look it up in books online and read how it works. Upvote 0 Downvote