R
Rod
Alex,
I'm resubmitting this, thinking it may have gotten lost in the posting tree...
I inserted
db.TableDefs.Delete(strInternalTableName) before line
Set tdf = db.CreateTableDef(strInternalTableName)
I receive this vb run-time error 3265: Item not found in this collection.
How can a table be deleted if it doesn't exist?
Rod
I'm resubmitting this, thinking it may have gotten lost in the posting tree...
I inserted
db.TableDefs.Delete(strInternalTableName) before line
Set tdf = db.CreateTableDef(strInternalTableName)
I receive this vb run-time error 3265: Item not found in this collection.
How can a table be deleted if it doesn't exist?
Rod