Issue with IIF statement
Posted: Sun Aug 10, 2003 4:47 pm
I am going against a FoxPro database and having the following issue with the IIF statement I am trying to use.____IIF(ENTRYTIME>{01/01/2003},ENTRYTIME,ORD_DATE)____When I try to verify I get a message "Invalid Argument"____I am only using one table in this report.__ENTRYTIME is a Date/Time Field__ORD_DATE is a Date Field____If I change both of these arguments; (true argument) ENTRYTIME and (false argument) ORD_DATE to literal string it works but doesn^t give me the info I want.____Any ideas how I can make this work??____Arnold