M
Melissa
Please help! I'm very confused about using quotation marks in the where
condition of code. I'm trying to figure it out. Could somebody please let
me know what's wrong with the following line of code? All my database is
returning is when Status Is Null.
"Status < '5' & ""Or"" & Status Is Null"
What it should give me is all conditions where Status < 5 or where Status Is
Null.
condition of code. I'm trying to figure it out. Could somebody please let
me know what's wrong with the following line of code? All my database is
returning is when Status Is Null.
"Status < '5' & ""Or"" & Status Is Null"
What it should give me is all conditions where Status < 5 or where Status Is
Null.