TableDefs.Append errors out *RESOLVED*
i can use
daoOutputDatabase.TableDefs.Append newTable
on a database I create with:
Set daoOutputDatabase = daoDbengine.Workspace.(0).CreateDatabase(strOutputPath, dbLangGeneral, dbVersion30)
but not with :
Set daoOutputDatabase = daoDbengine.Workspaces(0).CreateDatabase(strOutputPath, dbLangGeneral, dbVersion20)
here it just errors out with runtime error #3649:
"The language-specific code page was not specified or could not be found."
is there something about appending tables to an access 2.0 database I should know.