J
joave
Hi:
John Spencer's help has been invaluable so if you read this John, thank
you. I am getting closer, but I am not quite there with this string
manipulation issue. Here is the latest:
SELECT [Created By]
FROM PDFTable
WHERE Left$ ([Created By], InStr( [Created By] , "(" ) -2 ) = "Joe Smith";
This code gives the Invalid Procedure Call. I am trying this because my
Inner Join is missing some of the names and I am trying to troubleshoot (with
no success).
But, why is this invalid? I can substitute a number in place of the InStr
statement and it works fine. I can take out the -2 and it works fine (if I
add two additonal characters to the right side of the expression which is a
space and left parenthesis " ("). However, that is not practical for this
application.
Please note that I cannot change the field name because the raw data is set
that way.
Thank you,
Dave
John Spencer's help has been invaluable so if you read this John, thank
you. I am getting closer, but I am not quite there with this string
manipulation issue. Here is the latest:
SELECT [Created By]
FROM PDFTable
WHERE Left$ ([Created By], InStr( [Created By] , "(" ) -2 ) = "Joe Smith";
This code gives the Invalid Procedure Call. I am trying this because my
Inner Join is missing some of the names and I am trying to troubleshoot (with
no success).
But, why is this invalid? I can substitute a number in place of the InStr
statement and it works fine. I can take out the -2 and it works fine (if I
add two additonal characters to the right side of the expression which is a
space and left parenthesis " ("). However, that is not practical for this
application.
Please note that I cannot change the field name because the raw data is set
that way.
Thank you,
Dave