Hi all,
Im a beginner and I have been trying to figure out this IF statement.
I have the following:
qry = [sometable field]
status = [some table field]
IF qry > 0 then
"Do something"
Else
"Do something else"
I want to incorporate something a little more complicated like so.
I want to "do something" if the qry > 0 and "do something else" if it is not, but I also want it to "do something else" if the status = "Closed" or if it says something else in the field I want it to "do something"
Hope someone can help
Im a beginner and I have been trying to figure out this IF statement.
I have the following:
qry = [sometable field]
status = [some table field]
IF qry > 0 then
"Do something"
Else
"Do something else"
I want to incorporate something a little more complicated like so.
I want to "do something" if the qry > 0 and "do something else" if it is not, but I also want it to "do something else" if the status = "Closed" or if it says something else in the field I want it to "do something"
Hope someone can help