Hi,
I have a form which has three date fields for the user to enter the date they enrolled in one of three different classes. The report that i created based on this form has a field which will take whichever field has a date entered into it and display that on the report. The issue that i am having so far is that the expression I'm using is giving me an #Error message when i run the report. The formula I'm using is as follows Iif(IsNull(Date1),Iif(IsNull(Date2),Iif(IsNull(Dat e3),"",Date3),Date2),Date1). I am wondering if someone can help me figure out why this error message is appearing and how to fix it or how to turn structure a query that will do the same function as the expression I'm trying to use and then i will use the query in the report instead. Any suggestions are greatly appreciated.