Dec 20, 2001 #1 dvannoy MIS Joined May 4, 2001 Messages 2,765 Location US I have a field that I set to a uniqueidentifier...How can i make that field auto count like a autonumber in access?? Thanks DVannoy A+,Network+,CNA dvannoy@onyxes.com
I have a field that I set to a uniqueidentifier...How can i make that field auto count like a autonumber in access?? Thanks DVannoy A+,Network+,CNA dvannoy@onyxes.com
Dec 20, 2001 #2 jitter Technical User Joined Sep 2, 2001 Messages 351 Location US You want to set that fields Identity to 'Yes'. Identity Seed tells it where to start and Identity Increment tells it how many to go for each record. Upvote 0 Downvote
You want to set that fields Identity to 'Yes'. Identity Seed tells it where to start and Identity Increment tells it how many to go for each record.
Dec 20, 2001 Thread starter #3 dvannoy MIS Joined May 4, 2001 Messages 2,765 Location US The Identity field is grayed out... DVannoy A+,Network+,CNA dvannoy@onyxes.com Upvote 0 Downvote
Dec 20, 2001 #4 jitter Technical User Joined Sep 2, 2001 Messages 351 Location US Try changing the type to Int.... Upvote 0 Downvote
Dec 20, 2001 Thread starter #5 dvannoy MIS Joined May 4, 2001 Messages 2,765 Location US Sorry got it..it had to be set as an INT.. Thanks DVannoy A+,Network+,CNA dvannoy@onyxes.com Upvote 0 Downvote