I seem to have hot a brick wall and don't u8nderstand what's wrong...
i am trying to apply the following filter...
But I keep getting
What does that mean and why am i getting it?
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
i am trying to apply the following filter...
Code:
sSQL = "([Flag_Date] < '" & Format(DateAdd("d", -5, Now()), "dd/mm/yyyy") & "') AND ([Final_Rating] IS NULL OR [Final_Rating] > 1) AND ([Override_By] IS NULL OR [Override_By] = '') AND ([Compliance Officer] IS NULL OR [Compliance Officer] = '')"
[Forms]![case_checking].[Case_Checking subform].[Form].Filter = sSQL
But I keep getting
The search key was not found in any record
What does that mean and why am i getting it?
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