MajP
You've got your good things, and you've got mine.
- Local time
- Yesterday, 22:37
- Joined
- May 21, 2018
- Messages
- 8,904
I can see from the image that I forgot to add a space before the AND. Not sure why it was working for me. It should have failed. Add a space before AND in this line in the filterME
change to
If Not strFAYT = "" Then strFltr = strFltr & " AND (" & strFAYT & ")"
It now says
If Not strFAYT = "" Then strFltr = strFltr & "AND (" & strFAYT & ")"
change to
If Not strFAYT = "" Then strFltr = strFltr & " AND (" & strFAYT & ")"
It now says
If Not strFAYT = "" Then strFltr = strFltr & "AND (" & strFAYT & ")"
What do you mean by this?Wouldn't it be better to reduce international characters to just String?