access2007 - 'record is deleted' assigning string to a query -
12-13-2010
, 03:51 PM
periodically, the following fails when assigning qdf.sql, with "3167
Record is deleted."
Dim qdf As DAO.QueryDef
Set qdf = CurrentDb.QueryDefs("qryPurOpenListPT")
qdf.SQL = strsql
qdf.Close
strsql is a valid sql statement that returns 2 records
since I'm using the runtime package, I can only log the error a text
file, but I'd like to resolve the issue, but how ? |