OK....
This is really ugly, but it worked for me I had to do this in 4 parts.....
Here is the sql... Table 5 is the table name and test is the name of the field that I have your examples in...
Get Ready... its ugly
SELECT Table5.Test, Right([expr1],Len([expr1])-(InStr([expr1],Chr(34)))) AS...