Hi Everyone,
I'm wanting to yank my hair out. I am having an issue in Access (Office 10) that I never had in prior versions, and I am not a newbie with Access. In this version of Access, my IIF statements are not working. No matter what I do, I get "The expression you entered contains invalid syntax. You omitted an operand......"
The thing is if I do the function in any prior versions of Access it works fine. Additionally all the databases that I have from prior versions show the error in queries that have an IIF statement, but they WILL execute as long as I don't view the query.
This statement below is an example....it doesn't get much simpler than this.
FTPT: iff([TblA]#[RegHours]>5,"FT","PT")
Has anyone else had this problem in Office 10?