rainman89
03-12-2007, 09:32 AM
Hi all,
I have two text boxes that are getting their info from a query that i have filtered for each box.
txtInvestigativeTime =IIf([TaskID]<>2,[TotalTime],"")
txtAdministrativeTime =IIf([TaskID]=2,[TotalTime],"")
problem is i want a runsum for each to display on footer of report.
So i have the runsumboxes
RunSumInvest "Sum overall"
RunSumAdmin "Sum overall"
works fine for Invest box but wont sum for the other.
copy & pasted exact boxes and just changed the info inside... still nothing.
any suggestions?
Check that... it doesnt work for it. numbers are off... weird.
It resets when it is at zero or a blank cell... nz function doesnt work for it. any suggestions?
I have two text boxes that are getting their info from a query that i have filtered for each box.
txtInvestigativeTime =IIf([TaskID]<>2,[TotalTime],"")
txtAdministrativeTime =IIf([TaskID]=2,[TotalTime],"")
problem is i want a runsum for each to display on footer of report.
So i have the runsumboxes
RunSumInvest "Sum overall"
RunSumAdmin "Sum overall"
works fine for Invest box but wont sum for the other.
copy & pasted exact boxes and just changed the info inside... still nothing.
any suggestions?
Check that... it doesnt work for it. numbers are off... weird.
It resets when it is at zero or a blank cell... nz function doesnt work for it. any suggestions?