Copy tables & relationships

G

Guest

Hello to everybody,

I have a question, I have a split database (FE/BE) and from the application
(FE) I am trying to copy (duplicate) several tables and their corresponding
relationships (all contained at BE). But I have found several problems:

1. First, I tried using CopyObject, but I realized that it copied only the
link!!
2. Second, I tried also to use TransferDatabase, but it seems not to work.
Or may be I have not used it properly.
3. Third, I know I could copy that tables just by using SQL: select into..
but it does not copy the indexes, and I need them, because they are involved
in the relationship constraints.

Somebody could throw me some light on this issue??

Thanks in advance,

Dario.
 
G

Guest

Sorry, I forgot to tell that I am working with Access 2000 and it seems to be
a restriction up to now.

Thanks,

Dario.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top