Select the product you need help with
BUG: Slower performance on linked tables in Access 2000Article ID: 261000 - View products that this article applies to. This article was previously published under Q261000 For a Microsoft Access 2002 and later version of this
article, see
275085 Moderate: Requires basic macro,
coding, and interoperability skills.
(http://support.microsoft.com/kb/275085/
)
. This article applies only to a Microsoft Access database (.mdb). On This PageSYMPTOMS You may notice that linked tables in your database have
slower performance when you open tables, or that performing updates takes
longer than you expect. You may notice this behavior after you convert the database from an earlier version of Microsoft Access, although this is not the only case in which these symptoms may occur. CAUSE The database has many linked tables that also have many
relationships, and the table that you are opening has its Subdatasheet Name property set to [Auto]. This can make the table slow to open. Subdatasheets are a new
feature in Access 2000. Therefore, you are more likely to notice this behavior
after you convert a database from an earlier version. RESOLUTION To work around this behavior, set the Subdatasheet Name property on each table in the back-end database to [NONE]. You can do this manually or by using code. Setting the Subdatasheet Name property manuallyTo set the Subdatasheet Name property manually, follow these steps:
Setting the property for all tables by using codeYou can use a Visual Basic for Applications function to automatically set the Subdatasheet Name property for all nonsystem tables in a database to [NONE]. To do this, follow these steps:
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section. PropertiesArticle ID: 261000 - Last Review: July 5, 2005 - Revision: 5.0
| Article Translations |


Back to the top








