Question : Extract data from a set point in a string

I have a column of data.  I want to create a new column by extracting the data from one field starting on the third character and pulling everything to the right.  The data is not the same length in each row.  How can I do this?  Thanks.

Answer : Extract data from a set point in a string

Mid([Table]![Column],3,Len([Table]![Column]))

Hope this helps.
Random Solutions  
 
programming4us programming4us