In the database I have three different Employee ids against one particular department.

For each id I have to excute the form1

That means I have to execute the form1 for employee id E1, E2 and E3 simultenously
on each form I have to display the data for E1, E2 and E3. 

Could you please let me know how to do this