Ok i know just one question a day. (Have searched)
I have a query return a result in one field if someone is 16 and under it returns
a 0 in the second field if someone is 16 and over it returns a -1
what i need is the query to report a J or S as its finding.
So what i thought of was.
So when in field one someone is 16 and under it retuns 0 then it sees this and
says something like " IF(0="J", IF(-1="S"))
not sure where to put the IF function or if it is correct.
I have a query return a result in one field if someone is 16 and under it returns
a 0 in the second field if someone is 16 and over it returns a -1
what i need is the query to report a J or S as its finding.
So what i thought of was.
So when in field one someone is 16 and under it retuns 0 then it sees this and
says something like " IF(0="J", IF(-1="S"))
not sure where to put the IF function or if it is correct.