Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changeto query

Status
Not open for further replies.

cooperboy

Programmer
Joined
Nov 19, 2004
Messages
1
Location
US
I have a field that is character and would like to get rid of first three character values. For example, the data looks like this:

xyz1000001
xyz1000002
xyz1000003

and after the changeto query the data should look like this:

1000001
1000002
1000003

Can I do this in a changeto query or do I need a script?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top