G
Guest
Function as copied from sql view
IIf(([dbo_Pr_EmpJobData_T]![dteEndRateDate]=9/9/9999),"
",[dbo_Pr_EmpJobData_T]![dteEndRateDate])
What I am wanting is if the date is 9/9/9999 then show nothing. But if it
is anything other than 9/9/9999 show me the data in the field.
When I run this all the fields show as nothing. help?
IIf(([dbo_Pr_EmpJobData_T]![dteEndRateDate]=9/9/9999),"
",[dbo_Pr_EmpJobData_T]![dteEndRateDate])
What I am wanting is if the date is 9/9/9999 then show nothing. But if it
is anything other than 9/9/9999 show me the data in the field.
When I run this all the fields show as nothing. help?