Is it possible to delete records in two or more tables with one delete statement? I have my data split out into several tables. In some instances, data in a second or third table may need to be deleted when data in the first is deleted. What is the best way to go about this? Thanks for any help.