EternalMyrtle
I'm still alive
- Local time
- Yesterday, 16:18
- Joined
- May 10, 2013
- Messages
- 533
I am at a junction right now that I need to make a decision about how my database will be set up for the long haul and I would appreciate any insight about the best method to proceed.
Currently, I have several tables in which I keep similar information (this is mostly a project management database--so I have several junction tables for ProjectsClients, ProjectsVendors, ProjectsConsultants, etc. plus similar tables for the related contacts ProjectsEmployees, ProjectsClientContacts, etc).
The information for each is not exactly the same. Having said that, with some minor adjustments, the information could be combined into one table that will end up having tens of thousands of records.
Or I can keep them as is and use Union Queries to intellectually combine the information that needs to be combined (mostly projects, companies and contacts in my forms, subforms and reports).
Any opinions on which is the better choice?
At this point, making good use of Union Queries would be the simplest choice . Is there a downside I should consider before relying on union queries to do this?
Thanks
Currently, I have several tables in which I keep similar information (this is mostly a project management database--so I have several junction tables for ProjectsClients, ProjectsVendors, ProjectsConsultants, etc. plus similar tables for the related contacts ProjectsEmployees, ProjectsClientContacts, etc).
The information for each is not exactly the same. Having said that, with some minor adjustments, the information could be combined into one table that will end up having tens of thousands of records.
Or I can keep them as is and use Union Queries to intellectually combine the information that needs to be combined (mostly projects, companies and contacts in my forms, subforms and reports).
Any opinions on which is the better choice?
At this point, making good use of Union Queries would be the simplest choice . Is there a downside I should consider before relying on union queries to do this?
Thanks
Last edited: