Hi,
why do I get this error, What can I do ?
Thanks

cmd.CommandType = adCmdText
Set cmd.ActiveConnection = cnnMyConnection
cmd.CommandText = "Create Table MyTable "
Set rsTable = cmd.Execute


rsTable.AddNew
----ERROR: Object is closed ?????

rsTable.Fields("Name") = "Kathy"
rsTable.Fields("City") = "Montreal"