M
Melissa Coffman
I have a report that shows all employees' training within a user entered start and end date and also includes all mandatory training regardless of the date. I need to show the total hours earned per employee within the date range and ignore the hours outside of that time. I built the following iif statement in the detail section which identifies the correct hours but when I try to sum it under the employee footer I get the "too complex" error message. What am I doing wrong?
IIf(Eval([Completed] Between [Forms]![frmDateSelect]![Start] And [Forms]![frmDateSelect]![End]),[hours],0)
Submitted via EggHeadCafe - Software Developer Portal of Choice
ASP.NET Multi-Lingual Language Translations
http://www.eggheadcafe.com/tutorial...d56-766a992561ef/aspnet-multilingual-lan.aspx
IIf(Eval([Completed] Between [Forms]![frmDateSelect]![Start] And [Forms]![frmDateSelect]![End]),[hours],0)
Submitted via EggHeadCafe - Software Developer Portal of Choice
ASP.NET Multi-Lingual Language Translations
http://www.eggheadcafe.com/tutorial...d56-766a992561ef/aspnet-multilingual-lan.aspx