Hi i am new to LLBL i would appriceate if someone could help me with this.
I have Employee and EmployeePhone Table
EmployeePhone has Type,PhoneNumber,Notes and ID
i have the following code for my dataGridView and it works fine and displays all fields.
dgvEmployeePhone=Employee.EmployeePhone ;
but how do i only show the Type and PhoneNumber, i don't want to show Notes and ID on the DataGrid view.
Thanks