chore charts

  • Thread starter Thread starter Guest
  • Start date Start date
Sue

Are you sure you want to work your way up the sometimes steep learning curve
of Access to do this? Have you considered using a different tool, say Excel
or Word?

And as far as getting your kids to do the chores, as a father, I can offer
some "tools", too <g>.

Good luck!

Jeff Boyce
<Access MVP>
 
TblKids
KidID
KidName

TblChores
ChoreID
WeekDay
Chore

TblChoresForKids
ChoreForKid
KidID
ChoreID

To print a chore chart ---
Create a query that includes all three tables. Include Weekday, KidName and
Chore. You can set the criteria for Weekday if you want to get a chart for
one day. Create a report based on the query. Group on Weekday and Kidname
(two separate groups).
 
Back
Top