
September 4th, 2004, 05:52 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Location: Pakistan
Posts: 18
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
How to drop Linked Table
Hi,
I am using Ms Access database, in which I have different tables, few of them are linked with each other. i want to drop some tables, I am using sql statement " Drop Tables <Table Name>" But this statement is not working properly with linked tables.
I think one solution will be to disable Link between tables and then drop tables. If it is so can any body tell me how to do it using VBA (Visual Basic For Application).
Regards,
|