Hi,
I have two tables, each with a field ID (Firsttable.ID and secondtable.ID).
I am doing a left join query , it takes query looong time to run and then in some records its like
Firsttable.ID : 10100012
secondtable.ID : #Error
Beacuse of this the query fails when I try to do (secondtable.ID Is Null)
In both the tables the datatype of ID is text.
Any suggestions…..
Thanks,
Isha