Can this be done?
Here is the twist. The records I am trying to update are all different and look like this A154, B982, C717, D559, Etc.
Here is how I am thinking.
If [Sample].SampleNum = A* Then
[Sample].SampleNumNew = * (Where as the * equals the remaining portion of the cell.)
Else
[Sample].SampleNumNew = [Sample].[SampleNum]
End If
I don't really want to type in all of the new numbers so any assistance will be greatly appreciated.
Here is the twist. The records I am trying to update are all different and look like this A154, B982, C717, D559, Etc.
Here is how I am thinking.
If [Sample].SampleNum = A* Then
[Sample].SampleNumNew = * (Where as the * equals the remaining portion of the cell.)
Else
[Sample].SampleNumNew = [Sample].[SampleNum]
End If
I don't really want to type in all of the new numbers so any assistance will be greatly appreciated.