I have a base with three tables, Clients, Cases, and Case Approval. So far I have it set up so that as soon as a case in the "Cases" table has it's status changed to "Pending Approval" it will create a record in the "Case Approval" table. At this poi...