K
Kevin O'Shea
Anyone know how to define a Data Type as AutoNumber in a
create table query done in SQL. I can define as text,
currency, etc. but the program won't accept autonumber.
Here is sample of code:
CREATE TABLE RANKTEMP
([RANK] number,
[ID] number,
[Building Number] text,
[Cost] currency,
......
I am trying to get it to apply a [RANK] as an autonumber.
Thanks in advance for any help.
create table query done in SQL. I can define as text,
currency, etc. but the program won't accept autonumber.
Here is sample of code:
CREATE TABLE RANKTEMP
([RANK] number,
[ID] number,
[Building Number] text,
[Cost] currency,
......
I am trying to get it to apply a [RANK] as an autonumber.
Thanks in advance for any help.