ACC: How to Remove Linked ( Attached) Tables with a Macro (93297)
The information in this article applies to:
- Microsoft Access 1.0
- Microsoft Access 1.1
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q93297 Novice: Requires knowledge of the user interface on single-user computers.
SUMMARY
The TransferDatabase action is the macro equivalent of the Link Tables
command (or Attach Table command in versions 1.x and 2.0). However,
Microsoft Access does not have an action to delete a link to a linked
(attached) table. To remove a linked table from the Database window,
select the table in the Database window and press the DELETE key. You can
also create a macro to delete a link to a linked table, or you can call the
action from code by using the DoCmd statement or the RunMacro method.
Modification Type: | Major | Last Reviewed: | 5/28/2003 |
---|
Keywords: | kbhowto kbinterop kbusage KB93297 |
---|
|