I have an invoice report which shows the time a job started, the time it finished the overall elapsed time. The work detail, start and finish time are drawn from a query based on a main table. The elapsed time is calculated from a hiden field that has calculated the minutes between start and finish. I want to have a field in the total column showing the overal cost based on the value of each minute. The minute value can vary depending on the type of job. When running the report the user has to put in the invoice number and company involved. How do I set up the report where, in addition, the user selects a minute value from a table (or original query)that is then calculated based on the overall time of the job?