Microsoft
Software
Hardware
Network
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
jquery Colorbox login form redirect
OneNote 2010 default search using last scope
Netgear WPS and old computers
WINDOWS XP PRO MEDIA EDITION RECOVERY
Perl error: invalid command name "use"
Join query give duplicate value
How to bypass UAC Pause during remote sessions (Windows 7)
couple of things missing from Exchange 2010?
WINS problem
Counting the number of NON EMPTY cells in a table using javascript