Here is from a ticket I was given, but I am not sure how to implement it-- would love to use this as an opportunity to learn further possibilities through this:
"You could make a script that changes the Datalinq source the object is using:
dim text as xpTextObject
self.GetObjectByName("Text1", text)
text.Datalinq.LinkName = "DataLinq1"
This will change the Datalinq that Text1 is using from whatever it currently is to the one named Datalinq1"
#XPression