I created a multi pages form. At the Laserfiche form, I used the SQL Server Database Stored Procedure as the data source. And the employee ID is the primary Key in the table. and the ManagerID is the Parameter of the stored procedures. The concept is set the ManagerID as Manager's first name, when give the manager's first name as parameter asked , the drop list show this manager 's name ans his position, this part works well. The in the Employee ID drop list choose one of the employee's ID, Then under the employee profile, it should show only this personal profile. However, It is not work well at this steps. I set up the Employee ID as Primary Key in the table. It supposes choose one of the employees ID should show only that employees profile. However, It show the whole list of this Manager's employees profile at the forllowing fields. How can I make it only shoiw the Employees profile with its Employee ID?
Thanks! Helen