ok, now here's an interesting issue..
I have this QueryString:
SELECT Table1.ColumnA,
Table2.Code,
Table2.Description
FROM Table1,
Table2
WHERE Table1.A35 = Table2.Code
AND Table2.Number=1
ALL the fields (except .Number) are text fields
and the .Number is a number field. I tried removing the
.number and that didn't fix the issue.
When I run the query I'm getting a 'type mismatch error' anyone out here have a clue?!
Thanks in Advance!
I have this QueryString:
SELECT Table1.ColumnA,
Table2.Code,
Table2.Description
FROM Table1,
Table2
WHERE Table1.A35 = Table2.Code
AND Table2.Number=1
ALL the fields (except .Number) are text fields
and the .Number is a number field. I tried removing the
.number and that didn't fix the issue.
When I run the query I'm getting a 'type mismatch error' anyone out here have a clue?!
Thanks in Advance!