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
VB.net Tab Control - How to reuse control names on tabs
basic question about factorials
unknown/unauthorized user profiles on Server 2008
Installation Failed on Routing and Remote Access
Transit Vlan
delphi Run once
Windows Vista Security Center will not start
Hosts file resolution does not work
Attempt to change ServerLimit ignored during restart. Apache ServerLimit.
How to connect treeview & listview or grid through Access database