using DAO
Hello again,
I have another question concerning about the delete and set to nothing for a variable at the end of its life.
For example, in your book (chapter 6 using DAO to Access Data page 139, line 6)
varPKey = GetPrimaryKey(tdf)
why donât you set varPKey = Nothing like the other variables (idx, tdf, dbs)
|