greaseman
Closer to seniority!
- Local time
- Yesterday, 22:59
- Joined
- Jan 6, 2003
- Messages
- 360
Please help.... I know how to create tables in queries and by use of code, but have encountered a mild headache when trying to create a table field that is of type Autonumber from code.
My code:
CREATE TABLE trefTargetGroups (Autonumber Long,VISIT_DATE Date,LT_SPONSOR_ID TEXT (10));
This makes the table with a field titled Autonumber, but it comes out as a Long Integer, when I want it to be an Autonumber field. I have tried several changes, but all have given sysntax errors. I'd also like to be able to name this Autonumber field programmatically.
Any ideas or suggestions? Thanks!!
My code:
CREATE TABLE trefTargetGroups (Autonumber Long,VISIT_DATE Date,LT_SPONSOR_ID TEXT (10));
This makes the table with a field titled Autonumber, but it comes out as a Long Integer, when I want it to be an Autonumber field. I have tried several changes, but all have given sysntax errors. I'd also like to be able to name this Autonumber field programmatically.
Any ideas or suggestions? Thanks!!