Windows DataGridView
Table1: TerminalFields: TerminalID, TerminalNameData: 1, DF2, ADL3, FGTable2: EmployeeFields: EmpID,EmpNameData: 1, Johan2, PietTable3: EmpTerminalFields: EmpID, TerminalID, TimeAttendence, AccessData: 1, 2, true, false3, 2, false, falseOn the form is all the details of an employee filtered by empID.I would like to show a DataGridview with all the terminals. If a EmpTeminal exist for that employee I want to show the data in the grid view & if the employee does not have any terminals then I want to inter data to the EmpTerminal for that employee. A user can Activate or deactivate (TimeAttendence, Access) EmpTerminals for a specific employee.