Hi there,
I am a newbie to VB, so there may a simple answer to this... But I will try and explain as well as I can..
I have a table called 'overtime' which I have put as a subform on a tab form after my 'employees' form, so each employee has a form with their employment details and a tab with their overtime.
I have the following fields on my 'overtime' form:
Overtime date
Overtime start time
Overtime end time
Total hours (which is an equation within itself to find the total hours between the start and end times)
I have created a total on the footer of the subform to calculate how many overtime hours have been taken by the employee overall (ie. all the records).
I am trying to create a search where I can enter my parameter dates and it will bring up a query with all the records of overtime for that one employee within those date parameters.
I seem to be having some troubles working out how to do this to work within the subform and also to only bring up the one specific employee only.
Please help!
Thanks!
Leah
I am a newbie to VB, so there may a simple answer to this... But I will try and explain as well as I can..
I have a table called 'overtime' which I have put as a subform on a tab form after my 'employees' form, so each employee has a form with their employment details and a tab with their overtime.
I have the following fields on my 'overtime' form:
Overtime date
Overtime start time
Overtime end time
Total hours (which is an equation within itself to find the total hours between the start and end times)
I have created a total on the footer of the subform to calculate how many overtime hours have been taken by the employee overall (ie. all the records).
I am trying to create a search where I can enter my parameter dates and it will bring up a query with all the records of overtime for that one employee within those date parameters.
I seem to be having some troubles working out how to do this to work within the subform and also to only bring up the one specific employee only.
Please help!
Thanks!
Leah