Hi All,
I'm going to try and explain this as best I can, so feel free to ask questions if something is unclear! I am building a database for clinical mental health. In working with clients, users will need to document a variety of forms using different measures, like an MSE, PHQ, DA, and other "forms" (the abbreviations shouldn't be relevant). On the client's dashboard, I'd like a portal showing all of their documents/forms that have been entered, but I dont want to have individual portals for each type of form, I'd like them to all be shown on the same portal. What would be the easiest way to do this? Is the best way to add fields from ALL of the forms to one table, and then filter which fields are shown during creation based on the form the user wants to add, and then just show timestamp, user, etc, on the portal? Or is there a way that I should make each form its own table, and if so, how would I get all of those to show on the same portal? Looking for ease of use for the users and whichever will preserve the solution's performance.
Thanks for the help!