Gosh I wish formula syntax in Access Queries was the same as excel. Life would be so much easier.
I've tried the help to no avail. The expression builder - well - 'nuff said.
This is what my formula would look like in excel:
=IF(MAX(P5:V5)>=30000000,"yes","no")
I would like to write a formula in an access query that does the same thing.
I just can't seem to crack the code. I tried nesting if statements. Didn't work. I tried an IIf, OR combination.....nope - did something wrong there too, but don't know what.
Can anyone help me? Please?
I've tried the help to no avail. The expression builder - well - 'nuff said.
This is what my formula would look like in excel:
=IF(MAX(P5:V5)>=30000000,"yes","no")
I would like to write a formula in an access query that does the same thing.
I just can't seem to crack the code. I tried nesting if statements. Didn't work. I tried an IIf, OR combination.....nope - did something wrong there too, but don't know what.
Can anyone help me? Please?