This is basically what I'm trying to do.
if RecordID does not exist in TableA, I want to run a save process and then continue on with my code.
If RecordID does exist in TableA, I want to skip the save process and continue on to my code.
This seams to be a pretty simple If..Then..Else...