Good to hear you are making your way through to getting Certified. I would make a formula checkbox field on the Employee Weeks table called [Employee Week exists?]. The formula would be simply
true
So it will always be checked.
Then you will have made your concatenation formula such as
List("-", [Employee Name], FirstDayOfWeek([Date Worked])
Then you will have made the relationship based on that formula field being the reference field on the right side of the relationship between hours worked and Employee Weeks.
Then on that relationship lookup the value of [Employee Week exists?]
Now each hourly record knows if it is missing the require parent in Employee Weeks.
Make a summary report of hours based on Employee Weeks but filter it on where [Employee week exist?] is not checked.
Then use the more ... button to "copy these record to another table" and copy them to the employee weeks table.
so the not so automatic way of updating this table is to Subscribe yourself to that report to come say 5 days week and when you receive the subscription, run the report and copy the records across to that Employee weeks table.
There are ways to automate that but that can come later.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------