Hello database experts,
I really need some help in deigning the database structure since I have the following situation:
I have an app where I want to let the users fill their tax forms and save them into the database so that the user can fill the form and then check later.
As you know each tax form has loads of boxes to fill with information.
So my question is how to configure the database considering:
- A user can have multiple tax forms.
- Tax forms has the filling inputs, the company, the quarter, etc.
I think like creating a taxes database with all the tillable inputs in it, each line with properties, …
You can see I’m quite lost so any help will be appreciated.
Thanks a lot to all.
My bests.