T
Tony in Michigan
Hello,
I'm looking for some help with queries. I would like to combine multiple
steps done with queries into single queries.
example I have a data field with 20 spaces xxx-xxxxxxx-x_nnnnnn
currently, to pull the needed portion, i do 2 steps with an update query,
updating a blank field with the new data.
q1: left([field]),13)
q2: replace([field],Chr(45)"")
How would I combine the steps? Is there a more elegant way of doing this?
I have not graduated to SQL, but given some guideance, I'm willing to go in
that direction.
I'm looking for some help with queries. I would like to combine multiple
steps done with queries into single queries.
example I have a data field with 20 spaces xxx-xxxxxxx-x_nnnnnn
currently, to pull the needed portion, i do 2 steps with an update query,
updating a blank field with the new data.
q1: left([field]),13)
q2: replace([field],Chr(45)"")
How would I combine the steps? Is there a more elegant way of doing this?
I have not graduated to SQL, but given some guideance, I'm willing to go in
that direction.