S
Sarah
I have data from table 1 that I am trying to join with table 2. Some
(not all) of the data from table 1 has a suffix ("SR" or "TR") at the
end of it thats not allowing it to join correctly.
How do I get rid of the "SR" and "TR"?
Example..
Table 1 has information that looks like this: KL42SR or KL42TR
I want my data to look like this: KL42
Not all data has this ending, and so you cant just replace the last
two characters with " ".
Is there a way to write a Replace statement for both?
Replace([Table 1]!Grade,"SR","") did not work.
(not all) of the data from table 1 has a suffix ("SR" or "TR") at the
end of it thats not allowing it to join correctly.
How do I get rid of the "SR" and "TR"?
Example..
Table 1 has information that looks like this: KL42SR or KL42TR
I want my data to look like this: KL42
Not all data has this ending, and so you cant just replace the last
two characters with " ".
Is there a way to write a Replace statement for both?
Replace([Table 1]!Grade,"SR","") did not work.