Hi I hope this is easy, I am trying to total a data item in sql so I can use it as a group by for main roll up statement this is the line I use Total([PROP_FRT_RT_AMT] FROM FROM DMS_PRC_MN GROUP BY ROUT_SEQ)) AS TTL but I keep getting error, do I have...
↧