help needed to create table for MS Access
Database
5
Posts
2
Posters
0
Views
1
Watching
-
I need to create a new table in MS Access which has an auto number field as primary key. Thanks
in database window : Select tables Click new Design view -> OK set Fieldname = (your Filed name) and datatype = AutoNumber click primary key from toolbar. Save table.
-
in database window : Select tables Click new Design view -> OK set Fieldname = (your Filed name) and datatype = AutoNumber click primary key from toolbar. Save table.
-
FASTian wrote: well actually i needed to do this through a SQL query. you should tell me :)
Create table ABC(MyID COUNTER primary key )
-
FASTian wrote: well actually i needed to do this through a SQL query. you should tell me :)
Create table ABC(MyID COUNTER primary key )