Another way of doing this with SQL data sources is as follows.<br>
Assume your parameter is {?EmployeeID}. Put the value of "All" as the default value. In your WHERE clause in the SQL statement, put the line <br>
WHERE ({?EmployeeID} = "All" OR {?EmployeeID} = Table.EmployeeID)<br>
This will return all employee IDs when the default value "All" is used, or if a specific EmployeeID is entered, it will return just that. Of course, this assumes that there does not exist an employee with a valid employeeID of "All"!<br>
<p>Malcolm Wynden<br><a href=mailto:wynden@island.dot.net>wynden@island.dot.net</a><br><a href= > </a><br>