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 strongm 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
Nov 19, 2004
1
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