N
nice
Anyone who can help me generate SQL query or any query from form that will do
the following:
1. Open result query in xls format
2. Cut number of characters to be saved by the query
ex: NE8PARDV B H CX 2LQ7 -
output: NE8PARDV B H CX
3. After filter get unique records only from result query
ex: NE8PARDV B H CX 2LQ7
NE8PARDV B H CX 2SWQ
(after getting until CX, this will cause double records, and I want only
one of them to consider.)
I know I can use left command to get only the characters I want but getting
unique record afterward is something I don't know how to figure out.
Hope someone can help me. Thanks in advance!
-nice
the following:
1. Open result query in xls format
2. Cut number of characters to be saved by the query
ex: NE8PARDV B H CX 2LQ7 -
output: NE8PARDV B H CX
3. After filter get unique records only from result query
ex: NE8PARDV B H CX 2LQ7
NE8PARDV B H CX 2SWQ
(after getting until CX, this will cause double records, and I want only
one of them to consider.)
I know I can use left command to get only the characters I want but getting
unique record afterward is something I don't know how to figure out.
Hope someone can help me. Thanks in advance!
-nice