I am running into the error message "Microsoft Access can't find the field '|' referred to in your expression.
My report is tied to my query which contains a field called "Next Due Date". The line of code that the compiler is having trouble with is as follows:
If IsNull([Next Due Date]) OR ([Next Due Date] = ""
Then
txtGroupHeader = "No date entered"
End If
Any ideas on what the problem is or how I can get around it? Thanks!
My report is tied to my query which contains a field called "Next Due Date". The line of code that the compiler is having trouble with is as follows:
If IsNull([Next Due Date]) OR ([Next Due Date] = ""
txtGroupHeader = "No date entered"
End If
Any ideas on what the problem is or how I can get around it? Thanks!