Chris,
I have 3 mxds (Tract, Soils, Location). All 3 use the same geodatabase feature class in which the user specifies a certain tract (definition query). I have 3 separate python scripts (1 for each map). The first map uses the definition query to zoom and display the tractt and interior polygons over aerial imagery. The second uses the definiton query to clip a soils layer and display tabular data. the third mxd uses the same definition query to show the general tract location as well as some intersecting data. Currently, I have to open each map independently and run it's resepctive script. I would like to run all 3 mxds at once, with a single button push. T should note that the selected polygon (defintion query) needs to be temporary. Thanks.