I have a Employee table where its structure is EmployeeID, EmployeeName, Department and ClientsName. My problem is one employee can have many clients so my question is what is a good way on how to store multiple records to a single fields? In my case I plan to use a multiline textbox for inputting the name of the clients
Thanks