Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
You could indeed create the table with a query in Access.
Query / new / table model
.
Now look for the option Sql
in the menu.
Delete the lines that are already in the window and set a SQL command to
make the table.
( create table test ( sp1 char (10),sp2 integer, sp3 date );Finally, you must still place a clear key:
create unique key ( sp1 )Now you can integrate the table into Access and enter full of sense values into the columns.
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch