AccessObjectProperty

  • Thread starter Thread starter David Olson
  • Start date Start date
D

David Olson

Access help states that "Properties in the
AccessObjectProperties collection are not stored and can
be lost when when the object they are associated with is
checked in or out using the Source Code Control add-in."
I'd like to use the AccessObjectProperties collection to
document my application but I don't want the properties to
ever get lost. Can someone explain this more in-depth?

Thanks!

David
 
David,
Do you use the Source Code Control add in? If not, then you don't have to
worry about this issue. The source code control add in allows you to "back
up" your code into a source code control application and then check out
pieces at a time for development to avoid permissions conflicts (having two
devs modify the code at the same time). If you aren't using a system like
this, you don't have to worry.
 
Thanks, Bryan, I appreciate the info.
-----Original Message-----
David,
Do you use the Source Code Control add in? If not, then you don't have to
worry about this issue. The source code control add in allows you to "back
up" your code into a source code control application and then check out
pieces at a time for development to avoid permissions conflicts (having two
devs modify the code at the same time). If you aren't using a system like
this, you don't have to worry.
--
Bryan Reich
Microsoft Office
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm





.
 
Back
Top