Hi there! Hoping someone can shed some insight!
Context:
My primary table tracks billing for the month for multiple clients. The total amount billed for each client is calculated from a reference table based on the current services each client is using. These totalare updated each month and then sent to our billing department for invoicing. For simplicity sake, fields are:
- Field 1: Company
- Field 2: Total Current Monthly Charges
Goal:
I would like to send the total current monthly charges for that month for each client to a separate table so I have a record of what each client was billed that month in order to track month over month revenue and have a historical record.
I'm weary of a date specific automation as billing finalization date can vary.
Ideal End Result:
1. Finalize totals for the month
2. Click button that says "Finalize" for a record
3. A new record is created in a separate table with the following info:
- Field 1: Record Name ("Client" & "Sign Off Date")
- Field 2: Client Name
- Field 3: Date Record was created
- Field 4: Monthly Billing Total
Thanks for any and all help!

