R
RandyH
TIA All,...
I have a form (operations) that has unbound text fields of employees
first and last name as well as ID numbers on it. In the header of the form,
is a combo box (employeeID) which sorts the form and subform (operations
sub) to that employees information. The subform contains employee payroll
information (account#, account description, labor date, labor hours and pay
date). Account# and account description are from the 'Accounts' table, and
labor date, hours and pay date are from the 'Time' table.
All of that information falls within a given pay period (my 'Time'
database table also has two more fields, Pay period begin and Pay period
end) Here is my desired end result, when opening the form (operations), I
would like the user to select the beginning and ending pay period (should
this be put in the appropriate fields in the 'Time' table as well?). This
way the form and subform will at any given moment only show work done for
that pay period.
Randy
I have a form (operations) that has unbound text fields of employees
first and last name as well as ID numbers on it. In the header of the form,
is a combo box (employeeID) which sorts the form and subform (operations
sub) to that employees information. The subform contains employee payroll
information (account#, account description, labor date, labor hours and pay
date). Account# and account description are from the 'Accounts' table, and
labor date, hours and pay date are from the 'Time' table.
All of that information falls within a given pay period (my 'Time'
database table also has two more fields, Pay period begin and Pay period
end) Here is my desired end result, when opening the form (operations), I
would like the user to select the beginning and ending pay period (should
this be put in the appropriate fields in the 'Time' table as well?). This
way the form and subform will at any given moment only show work done for
that pay period.
Randy