I have form that is being used as a subform. On the subform there is a combo box that looks up the Job title for that work order. I have 2 other fields that use in the control source =[JobTitl].[Column](4) and =[JobTitl].[Column](5) respectively. I need to be able to store the values looked up by the expressions in the under lying table as I can use them in other reports for calculating totals. How can this be done or is there a way to do totals on reports with expressions?