This article was previously published under Q198619
Moderate: Requires basic macro, coding, and interoperability skills.
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
Function TestRefresh()
Dim db As DAO.Database
Set db = CurrentDb()
db.TableDefs.Delete "Shippers2"
Application.RefreshDatabaseWindow
End Function
?TestRefresh()
Keywords: KB198619, kbusage, kbprogramming, kbinfo