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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query Question?

Status
Not open for further replies.

serino

Programmer
Feb 13, 2003
112
US
I have query that pulls one field called "JobNumber" from a table. This field is a 8 digit number.

Is it possible to extract or un-join the first four digits and the last four digits and then put them into a new query? For example: Jobnumber [36089045] would then become new field1 [3608] and field2 would then become[9045].
 
You can use the Right and Left functions.
 
Yo could use the functions left and right as selection criteria in your query



EasyIT

"Do you think that’s air you're breathing?
 
Thanks! for the direction, I will give those functions a try.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top