October 4, 200025 yr Is there a simple way to delete all records from a multiple file relational db without having to run the same script, individually, in each file?
October 4, 200025 yr quote: Originally posted by tmac: Is there a simple way to delete all records from a multiple file relational db without having to run the same script, individually, in each file? The easiest way and fastest way would probably be to save each file as a clone. Is that a possibility? Chuck
October 5, 200025 yr This method depends upon the way the relationships are setup, but relationships can be set to delete records in the related file when deleting records in the master file. -bd
Create an account or sign in to comment