ACC: Changes to Linked Object Do Not Update Source Properties
Article ID: 141884
Article Last Modified on 1/19/2007
APPLIES TO
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
This article was previously published under Q141884
SYMPTOMS
If you change the source of a linked object on a form by using the Links
dialog box, the SourceDoc and SourceItem properties for that object are
not updated although the object itself is updated correctly.
CAUSE
The SourceDoc and SourceItem properties are not designed to reflect changes
to an object's current source. These properties display their source when
you create new objects. When you update existing objects through the user
interface or programmatically through Visual Basic for Applications, the
SourceDoc and SourceItem properties will not reflect the fact that the
object has been changed to point to a file other than the original source.
REFERENCES
For more information about links, search the Help Index for "Linked
Objects, Creating and Inserting," and then "Add a picture or other
object to a form or report," or ask the Microsoft Access 97 Office
Assistant.
For more information about SourceDoc, search the Help Index for "SourceDoc
Property," or ask the Microsoft Access 97 Office Assistant.
Keywords: kbprb kbusage KB141884