Hello can any one tell me why..
the following statement returns a record count of 0
strsql = "SELECT * From INV_Prof Where [AdvisorKey] = " & lngAdvisorKey
Yet the following statement returns a recordcount of 1
strsql = "SELECT DISTINCT [ClientName] From INV_Prof Where [AdvisorKey] = " & lngAdvisorKey
There are no records in the Table that meet the above conditions so the returned recordcount should be = 0
??
Thanks
the following statement returns a record count of 0
strsql = "SELECT * From INV_Prof Where [AdvisorKey] = " & lngAdvisorKey
Yet the following statement returns a recordcount of 1
strsql = "SELECT DISTINCT [ClientName] From INV_Prof Where [AdvisorKey] = " & lngAdvisorKey
There are no records in the Table that meet the above conditions so the returned recordcount should be = 0
??
Thanks