in a dataviewgrid on a click event on main form lets call the button show payroll---
when someone selects an employee id on main form and hits the show payroll button a new form opens up.
the 2nd form is supposed to show an unbound datagridview displaying only that selected employees payroll information.
2 tables
employeestbl
payrolltbl
how do i populate the datagridview on the 2nd form when it is unbound? remember there are 2 forms ---
and where do i put said code? under which form and under which event?
Bookmarks