I am attempting to create a form that has the following: I have multiple combo boxs to select "EmployeeAlias" (which is just first inital and last name of the employees) to thr right of each combo box I have text boxes labeled "Hours Needed" where the use can enter a numerical value. Now, what I want to happen is when the user is done filling out the form I want them to click a button that will multiply the Employees' labor rate by the number of hours they enter without displaying what each employees' labor rate actually is. How do I accomplish this? Do I need to have the labor rate field on the form as well and just hide it or do I have to use a command button to run VB to do a lookup of some kind?