M
Me
I am getting 'Data Type mismatch' error for the following -
Left(R.[text],Instr(R.[text],"/")-1) = I.[text]
the data type for [text] field on both tables is Text size 255.
Thank you,
-Me
Left(R.[text],Instr(R.[text],"/")-1) = I.[text]
the data type for [text] field on both tables is Text size 255.
Thank you,
-Me