Hi,
I have two datatables: Projects and Employees. Projects
:
ID
NAME
EMPLOYEES Employees
:
ID
NAME
I need to connect one project with multiple employees. Do I need to dynamically create separate table ' RelatedEmployees_<unique number here>
' and store this table's name in field EMPLOYEES
of table Projects
to achieve this???
Please help...
Thanks in adv.