Janaki,
Any reason for not using a macro for the import? If you're going to all
the trouble to import manually, why don't you delete the tables manually
afterwards too? Is it feasible to do the manual import of the tables
one by one, rather than all of them in the same step - I think then the
Relationships would not be included.

Signature
Steve Schapel, Microsoft Access MVP
> i'm just manually importing using the "Get external data..." from the File
> menu, and selecting "Import..."
janaki - 24 Feb 2006 19:50 GMT
well, i thought about that, but how do i do that?? i can put "RunCommand" in
a macro line, and select "Import", but all that does is trigger the import
function, and i still have to instruct my users to select the correct tables,
and to deselect the relationships checkbox (which, of course, fixes the end
problem).
i suppose i could try coding it, but that's a little over my head!!
Steve Schapel - 24 Feb 2006 20:29 GMT
Janaki,
Depends where the imported tables are coming from. Probably the
TransferDatabase action in your macro will be applicable.

Signature
Steve Schapel, Microsoft Access MVP
> well, i thought about that, but how do i do that?? i can put "RunCommand" in
> a macro line, and select "Import", but all that does is trigger the import
[quoted text clipped - 3 lines]
>
> i suppose i could try coding it, but that's a little over my head!!