Hi,
I have a query with a Left Outer Join. The query returns a #DELETED value in the returned recordset if their is no corresponding record. This is what happens when I run the query stand alone.
When I run the query using recordsetopen into an RS and try to read each record I eventually get 'Record deleted' error message and it falls over.
Is there a way of placing a piece of substitute text in the offending field so that it doesn't believe a record has been deleted? As part of the query itself perhaps.
I've tried to detect the error using ISEERROR but it doesn't seem to detect the bad field
Cheers, Thanks in advance
Bob
I have a query with a Left Outer Join. The query returns a #DELETED value in the returned recordset if their is no corresponding record. This is what happens when I run the query stand alone.
When I run the query using recordsetopen into an RS and try to read each record I eventually get 'Record deleted' error message and it falls over.
Is there a way of placing a piece of substitute text in the offending field so that it doesn't believe a record has been deleted? As part of the query itself perhaps.
I've tried to detect the error using ISEERROR but it doesn't seem to detect the bad field
Cheers, Thanks in advance
Bob