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 statement, but I can't figure out how to compare the RecordID in my form to the RecordID in a different table.
Thanks for any help you can give.
Thanks
MK
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 statement, but I can't figure out how to compare the RecordID in my form to the RecordID in a different table.
Thanks for any help you can give.
Thanks
MK