P
ptlm65
ok I know I have been pleading for help on this but I almost have i
complete. I just need help finishing it
I have two tables
tblNames
Name
HoursGiven
tblHours
DateWorked
HoursWorked
Name (foreign key linked to tlbNames)
I have a select query that sums HoursWorked and a query that subtract
the sumofHoursWorked from HoursGiven, leaving a new fiel
HoursRemaining
I have a form with a combo box that I can choose a name, whic
backfills three textboxes:
txtName
txtHoursGiven
txtHoursRemaining
I have two textboxes in a subform
txtDateWorked
txtHoursworked
What would the code be that when a new date is entered int
txtDateWorked and new hours entered into txtHoursWorked, the new dat
is added to the DateWorked and HoursWorked fields of tblHours?
Also, how would I link that new data to the chosen name in the mai
form
complete. I just need help finishing it
I have two tables
tblNames
Name
HoursGiven
tblHours
DateWorked
HoursWorked
Name (foreign key linked to tlbNames)
I have a select query that sums HoursWorked and a query that subtract
the sumofHoursWorked from HoursGiven, leaving a new fiel
HoursRemaining
I have a form with a combo box that I can choose a name, whic
backfills three textboxes:
txtName
txtHoursGiven
txtHoursRemaining
I have two textboxes in a subform
txtDateWorked
txtHoursworked
What would the code be that when a new date is entered int
txtDateWorked and new hours entered into txtHoursWorked, the new dat
is added to the DateWorked and HoursWorked fields of tblHours?
Also, how would I link that new data to the chosen name in the mai
form