I get the following error:
"Object variable or Width block variable not set error"
trying to run this in my Access2000 .ADP database:
CurrentDb.Prope rties.Append
CurrentDb.Creat eProperty(myPro pertyName, dbLong, myValue)
Any ideas why and how to fix would be appreciated.
lq
"Object variable or Width block variable not set error"
trying to run this in my Access2000 .ADP database:
CurrentDb.Prope rties.Append
CurrentDb.Creat eProperty(myPro pertyName, dbLong, myValue)
Any ideas why and how to fix would be appreciated.
lq
Comment