I'm trying to compare a field from two separate tables.
DetectedFishLog.TagCode (numeric - contains ALL existing TagCodes)
MasterData.TagCode (text - contains only the TagCodes that have been reviewed)
Both fields are in this format:
7128.07
7128.15
7130.04
7132.02
I am trying to find out which TagCode from DetectedFishLog has not been entered in the MasterData table.
Any suggestions on how to do this? I would prefer if the MasterData.TagCode field was converted to a number but everything I've tried has resulted in the end being chopped off (7128.07 turns into 7128).
DetectedFishLog.TagCode (numeric - contains ALL existing TagCodes)
MasterData.TagCode (text - contains only the TagCodes that have been reviewed)
Both fields are in this format:
7128.07
7128.15
7130.04
7132.02
I am trying to find out which TagCode from DetectedFishLog has not been entered in the MasterData table.
Any suggestions on how to do this? I would prefer if the MasterData.TagCode field was converted to a number but everything I've tried has resulted in the end being chopped off (7128.07 turns into 7128).