Got a quick question that might turn out to be not so quick...I'm trying to create a report off of 2 tables, 1 of these tables is created automatically every week using a create table query, so it therefore has no relationship set up with the 2nd table because in order for the make table query to run it must delete the existing table and therefore the existing table can't have a relationship. So basically I'm kinda stuck...on one hand I can't have a relationship set up because it has to be deleted to run the make table query, and on the other hand I have to have a relationship set up to run the report. Basically I'm asking if there is any way to create and/or delete a relationship using code.