G
Guest
In an unbound text box on a report I wrote the statement
=IIF([Trip]=yes) OR ([Pres]=yes) OR ([Yrs]=>9),([Last Name]&" ,"&[First Name])
I expectd this to return a list of members who met any 1 of the arguements.
Instead I get all sorts of error messages.
Trip, Pres, Yrs, Last Name and First Name are fields in a table.
=IIF([Trip]=yes) OR ([Pres]=yes) OR ([Yrs]=>9),([Last Name]&" ,"&[First Name])
I expectd this to return a list of members who met any 1 of the arguements.
Instead I get all sorts of error messages.
Trip, Pres, Yrs, Last Name and First Name are fields in a table.