gfoster9055
Programmer
I new to access and need some help, here is my problem. I have a query that gives data to a table, the only problem is that there is blank fields in the query and from what I read that is not a good thing when doing calculations. Here is the formula that I am using in the query
DaystoCloseNonQSF: IIf([QSFNonQSF]<>"qsf",CalcWorkdays([DateReceived],[DateCompleted]),"")
Then I need to get the average of the days that this formula returns, since there is blank fields it won’t. Someone suggested that I use the Nz function, and I can't get it to work.
I hope that this makes sense.
Thanks
Greg
DaystoCloseNonQSF: IIf([QSFNonQSF]<>"qsf",CalcWorkdays([DateReceived],[DateCompleted]),"")
Then I need to get the average of the days that this formula returns, since there is blank fields it won’t. Someone suggested that I use the Nz function, and I can't get it to work.
I hope that this makes sense.
Thanks
Greg