T
Tony in Michigan
Hello,
I need to create a query for a user. I can't pre-process things to a temp
table
I have a very large table (main) and a field [S_Numb] S_numb is 18
charecters.
From this table the user needs to extract a subset of 13000 record sets.
The requested record sets are from an outside source
Table (request) field [S_numb_clean] which is 13 charecters.
If I were preprocessing the data, I'd add a field to the main table and add
data modified as such ....... Replace(Left([main]!S_numb,13),Chr(45),"")
My question, how would I create a query that will parse out the 18 char
field, and join it to the 13 char request field, so I can make a table of the
requested data?
Can i directly query [s/n] for [s/n clean] in their current state, while
removing the excess charecters and length?
I need to create a query for a user. I can't pre-process things to a temp
table
I have a very large table (main) and a field [S_Numb] S_numb is 18
charecters.
From this table the user needs to extract a subset of 13000 record sets.
The requested record sets are from an outside source
Table (request) field [S_numb_clean] which is 13 charecters.
If I were preprocessing the data, I'd add a field to the main table and add
data modified as such ....... Replace(Left([main]!S_numb,13),Chr(45),"")
My question, how would I create a query that will parse out the 18 char
field, and join it to the 13 char request field, so I can make a table of the
requested data?
Can i directly query [s/n] for [s/n clean] in their current state, while
removing the excess charecters and length?