I created a make-table query that places the new table into another database. Here it has multiple queries run on it and reports to generate. But when it goes to make the table and then place it into the other DB, I get the message saying there is already a table named this--OK I need it to be the same name so the queries that are there will run OK. So I say yes replace the existing table. Then the problem: It says that the table to be replaced can't be because it has relationships and that I must delete them first. Well I need that same relationship with the new table. So How can I replace the table?
Thanks.
Thanks.