I am not able to Add default values using the Create Table
syntax. Can any one help me out the situation.
There is more than one dialect of SQL that can be passed to Jet, and they
differ in some aspects, particularly some of the less common ones, like
DEFAULT.
As Allen points out, if you use the ADO conn.Execute method, you get Jet 4,
which does allow it.
If you are using DAO CurrentDB().Execute, then you get Jet 3.6, which
doesn't. Yes it would be good if MS would bring out a Jet 3.62 with the
updated SQL, but I would not bet on it.
Hope that helps
Tim F