HI
I have five tables that contain information all connected with a clientID
I want to set up a delete query that will erase all information on a particular client.
I know I can run 5 separate delete queries each asking for a client Id before running.
What I want to do is find a way to run all five deletes but only have to enter the client Id once.
Any Ideas greatly appreciated.
J
I have five tables that contain information all connected with a clientID
I want to set up a delete query that will erase all information on a particular client.
I know I can run 5 separate delete queries each asking for a client Id before running.
What I want to do is find a way to run all five deletes but only have to enter the client Id once.
Any Ideas greatly appreciated.
J