I am writing a sales and commission report that will pull information for a particular salesman based on a given parameter (salesman number).<br><br>However, the salesman numbers that need to be entered as paramenters are in two seperate fields ({salesman_1}, {salesman_2}). That's because a salesman may recieve 1.5%({salesman_1}) if he is the primary rep or 1% ({salesman_2}) if he is the secondary rep. In other cases the rep may recieve the full commission, so his number will be entered in both the primary and secondary fields. <br><br> I need to be able to enter one parameter (salesman number) and pull the total sales and commission information for that sales rep only.