H
hgeron
I am using Access VB and recordsets to create tables, and set relationships
between tables. When a new dataset is loaded, I need to remove tables and
begin again. There will be differnt tables and different field names. I want
to programatically remove most of the tables, but the delete object fails
when tables are related, so I tryed to use Alter Tables to remove the
relationships first, but
that failed also because a related table existed. How do you delete these
table objects when a relationship exists?
between tables. When a new dataset is loaded, I need to remove tables and
begin again. There will be differnt tables and different field names. I want
to programatically remove most of the tables, but the delete object fails
when tables are related, so I tryed to use Alter Tables to remove the
relationships first, but
that failed also because a related table existed. How do you delete these
table objects when a relationship exists?