S
Steve Levine
If dbs is a database, what does the value of
dbs.properties("build") mean?
dbs.properties("build") mean?
"Albert D. Kallal" said:In the debug window, you can go:
? application.Build
So, build is a propeirty of the applction object.
Tehre is not a properify of currentdb.Properties("build").
However, the user could likey added a custom property. Often, a developer
can add all kinds of properites.
So, likey, that developer added their own property.
You can go:
Dim prp As Property
Set dbs = CurrentDb
Set prp = dbs.CreateProperty(strPropName, varPropType, varPropValue)
dbs.Properties.Append prp
--
Albert D. Kallal (MVP)
Edmonton, Alberta Canada
(e-mail address removed)
http://www.attcanada.net/~kallal.msn
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.