Hi Everyone,
This thread originated from another topic previously posted.
Whilst designing a database I have encountered a significant issue in being able to generate queries that combine data from multiple related tables (e.g. generating a query that combined information from the Staff, Positions and Allocations tables to allow me to view a Staff name, Allocated position number, and Position description [using the common fields in the Allocations table -- StaffID allocated to a PositionID.]).
Whilst all the information I need to see "summarised " is present and clear, I cannot modify the data whilst viewing it in this combined form. To many intents and purposes this negates the true functionality of running the query.
Is there a way to allow updates to occur across the tables? Does it lie in re-designing the database to only have 1-to-1 relationships? Is there anything else (work-arounds, alternative methods, permissions I need to allow/deny) to consider?
Thank-you very much for any input and expertise, particularly to NeoPa who has stimulated my posts to date and my drive to figure this all out!
James
This thread originated from another topic previously posted.
Whilst designing a database I have encountered a significant issue in being able to generate queries that combine data from multiple related tables (e.g. generating a query that combined information from the Staff, Positions and Allocations tables to allow me to view a Staff name, Allocated position number, and Position description [using the common fields in the Allocations table -- StaffID allocated to a PositionID.]).
Whilst all the information I need to see "summarised " is present and clear, I cannot modify the data whilst viewing it in this combined form. To many intents and purposes this negates the true functionality of running the query.
Is there a way to allow updates to occur across the tables? Does it lie in re-designing the database to only have 1-to-1 relationships? Is there anything else (work-arounds, alternative methods, permissions I need to allow/deny) to consider?
Thank-you very much for any input and expertise, particularly to NeoPa who has stimulated my posts to date and my drive to figure this all out!
James
Comment