May 17, 2020 07:28 AM
I am designing a new base for tracking client accounts. We currently have approximately 12 clients, but are looking to expand our services in the next year.
Each client has 1-5 accounts with up to 5 sub accounts. The accounts are prepaid and I want to ensure we don’t go over budget. The expenses are divided into direct expenses (paid by us) and reimbursed expenses (that we will issue payment for). I would also like to submit the expense information using a form and then approve the expenses monthly.
I want to create the following views:
I would appreciate thoughts on how to cleanly design this base.
Thank you.
May 17, 2020 08:19 AM
Hey there! My advice is to start with a table for Clients, for Accounts and for Sub-Accounts, and use link-tos and roll-ups to get a cross-section of your balances/expenses.
May 17, 2020 12:24 PM
Thanks. This was really helpful! I’m close to having something that will work for us.