G
Guest
I know there is a way (and for the life of me I can't remember how) to do a
text to column in Access.
Background...
I built a passthrough query that I fought with and finally got to work. I
don't want to change the query. At the end of the query it gives me a path to
the hierarchy in my org: SYS_CONNECT_BY_PATH(last_name, ',') "PATH"
This puts it into a memo field which is fine but now I would like to use a
query to make it a text to column for other reasons.
the variables in the string change or I would use a LTrim(Last_Name)1,5)
I thought I could tell it to look for the ',' but that's a lot beyound my
brain capacity at the moment.
any ideas?
thanks
text to column in Access.
Background...
I built a passthrough query that I fought with and finally got to work. I
don't want to change the query. At the end of the query it gives me a path to
the hierarchy in my org: SYS_CONNECT_BY_PATH(last_name, ',') "PATH"
This puts it into a memo field which is fine but now I would like to use a
query to make it a text to column for other reasons.
the variables in the string change or I would use a LTrim(Last_Name)1,5)
I thought I could tell it to look for the ',' but that's a lot beyound my
brain capacity at the moment.
any ideas?
thanks