more on what I'm trying to accomplish
have a table called hog inventory that keeps track of the hog
movements (moved in, sold, transferred) for each group into each
building, e.g. Building 5B Group 23. There are over 50 buildings and
the groups are moved in and then sold after 13-16 weeks.
Another table keeps track of the group information, fields are
Building, GroupID, In Date, Out Date, Stage.
Another table keeps track of the feed that goes to each building,
fields are: Date (this is the date delivered), Tons, Building,
GroupID, RationID, MillID
We want to be able to graph the different rations that are feed each
week to each group and be able to compare to other groups. That's why
I need the the In Date to be Week 1. So we can see how much of a
certain ration has gone out for each specific week.