I have five tables that are related by 1 to 1 relationships (I broke down a former very large table into five tables, the fields are unique and I have normalized them as much as possible). I am trying to create/run a delete query (form a command button) which will delete the record from each table given a unique id number (each record in each table has a corresponding id number; the query gets the id number from a textbox on a form). When I attempt to run the query, I get the message "Specify the table containing the records you want to delete". I am not sure what this means and how to best go about deleting the selected record from all five tables. Thank you.
Paul
Paul