Thanks Garner. We'll look into it. One of my engineers is familiar with scripting, so hopefully he'll understand more than me.
Since I don't quite understand, let me ask this... if we put:
SELECT RaceCandidateDisplayName,RaceCandidateVotes,ROUND(RaceCandidatePercentVotes,0),RaceCandidateWinner FROM dbo.ENPSElectionRaceResults WHERE RaceID=190 ORDER BY RaceCandidateVotes DESC
into the TABLE field before clicking Set, can we change the "190" in that based on user inputted data? If we had a list of the races with the race IDs that ENPS puts out, the user could input the race ID and a script could change that in all of the datalinqs, that would be amazing.
Currently I've got all the datalinqs running through Visual Logic. Does that matter?
As always, thank you! You guys are top notch when it comes to helping with this kind of stuff!
#XPression