[AccessD] Simple SQL Statement

Gary J. Giever gjgiever at myway.com
Fri Nov 3 08:12:25 CST 2006


I'm setting up a program that must make a copy of a table (dbo_CLIENTMAST)in a different application then make one of the fields in the new table a primary key.  Making the copy is easy but changing the field to a primary key is causing me some problems.  I've tried various SQL statements but none have worked.  This is my last attempt and it seems like it should work but I get the message "Syntax error in CONSTRAINT clause."  tblClientMaster is the new table.

ALTER TABLE tblClientMaster ADD CONSTRAINT UNIQUE (CCASE_NO);

Any help would be much appreciated.


Gary J. Giever, M.A.
Applications Developer
ACCMHS


_______________________________________________
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com





More information about the AccessD mailing list