What I have:
• A table of Animal. Four records in this example. Three fields: a primary ID (number), a Name (text), and Quantity (number). TheQuantity number field's contents gets changed by users at various, random intervals.
• A table of Snapshots. Twenty records in this e...