In Access setting  type to "counter" works as an autonumber as well

CREATE TABLE People(
ID COUNTER,
First Char(50) not null,
Last Char(50) not null 
) 

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to