This one works...
GT_January_Appr_Hrs: IIf([Sub Project] Like "I8101*",[Approved hrs
I8101]![Jan],IIf([Sub Project] Like "Small Batch*",[Approved hrs
I6000]![Jan]+[Approved hrs I7000]![Jan],IIf([Sub Project] Like
"I8000*",[Approved hrs I8000]![Jan],IIf([Sub Project] Like "I8100*",[Approved
hrs I8100]![Jan],99))))
This one doesn't...
GT_January_Appr_Hrs: IIf([Sub Project] Like "I8101*",[Approved hrs
Dview]![Jan],IIf([Sub Project] Like "Small Batch*",[Approved hrs
I6000]![Jan]+[Approved hrs I7000]![Jan],IIf([Sub Project] Like
"I8000*",[Approved hrs I8000]![Jan],IIf([Sub Project] Like "I8100*",[Approved
hrs I8100]![Jan],IIf([Sub Project] Like "Dview*",[Approved hrs
Dview]![Jan],99)))))
When I change the query to look like the changed one it closes the database
when I save the query.
Is there a max length of a field.