AccessAddict
Technical User
Hi
Could someone please have a look at the following for me
If DCount("*", "tblMemos", "[NoteDate] < Date() - '" & Myint & "'" AND IsNull "[(ActionNotes]"
= 0 Then etc
Basically I just want to check if [NoteDate] is less than two days before today AND the contents of a memo field [ActionNotes] is null (both are fields in tblMemos). It works fine checking the date part, but not when I add the AND IsNull "[ActionNotes]" part. I know I'm missing either an & or single or double quotes but my poor brain is frazzelled trying to get them in the right place.
Assistance in unfrazzling my tired brain is much apreciated
Cheers
Alan
Could someone please have a look at the following for me
If DCount("*", "tblMemos", "[NoteDate] < Date() - '" & Myint & "'" AND IsNull "[(ActionNotes]"
Basically I just want to check if [NoteDate] is less than two days before today AND the contents of a memo field [ActionNotes] is null (both are fields in tblMemos). It works fine checking the date part, but not when I add the AND IsNull "[ActionNotes]" part. I know I'm missing either an & or single or double quotes but my poor brain is frazzelled trying to get them in the right place.
Assistance in unfrazzling my tired brain is much apreciated
Cheers
Alan