Hi,
Can someone explain to me why after applying a filter to a DAO.recordset and then using
MS Access hangs and has to be killed.
Yet if prior to setting the form record source I include
It works fine, so What gives?
thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta
Can someone explain to me why after applying a filter to a DAO.recordset and then using
Code:
Set Me.accounts_search_results.Form.Recordset = rs.Recs
MS Access hangs and has to be killed.
Yet if prior to setting the form record source I include
Code:
rs.Recs.MoveLast
It works fine, so What gives?
thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta