Hi to all ....
i am working on a project that involves employees and projects...
One employee can work on different projects....and one project can have more that one employees( may me 5, 10 or 15)
I have created a table "Employee" , "Project" and "EmpProject" to link the two tables. EmpProject contains EmpID from Employee and ProjID form Project.
The problem here is ... How to insert values in the EmpProject table...
when ever an employee joins a project or a new project is started.
regards....
i will be waithing for a quick prompt.