I have a backend database and an interface that links to the tables in it. I need to take a table in the backend, copy it to a new name (still in the backend), then link the front end to it. I think I should use docmd.copyobject, but each time I do it seems to copy the link in the frontend to a new name but then I have both links going to the same backend table. I don't get a new backend table. Any ideas? Thanks.