anonymous
2008-09-15 10:58:02 UTC
conDatabase.Execute "Create Table SalesDetails(CustomerNo Counter CONSTRAINT PK_SalesDetails PRIMARY KEY, SalespersonNo (this is second primary key which also relates to a table which I have created called Salesperson in which SalespersonNo is also the Primary Key), SalesAmount Currency NOT NULL);"