TopherGeorge
Registered User.
- Local time
- Today, 20:48
- Joined
- Jun 13, 2011
- Messages
- 19
Hi,
I have a desperate problem of which I can not get to grips with using cascading Combo Boxes. I am working on a database for project managers to allow them to get a holistic overview of their projects. I am normally an Aircraft Engineer in the Royal Navy not a database expert!!!
I have imported the main project data file, Project_Data.xmlx. as a table which is where all the info is stored for the 200 projects.
The primary key is the ProjectID and there are a further 30 fields. I need to create a form with cascading combo boxes to identify the following fields:
ChangeExecutive
ProgramManager
ProjectManager
ProjectProgram
ProjectID
Further fields include; FinancialForcast, ProjectStatus, ProjectRisks, ProjectDescription, GeographicalRegion, PrjStartDate, PrjEndDate, the list goes on. I am not breaking up this main table when first imported as it needs to be left together.
From these fields I need to refine the original Project_Data Tble (to include the remaining 30 fields) and bring up a new table based on the filtered fields above, and from there create differnt pivot charts based on ProjectStatus and Financial Data.
What is the best way to go about this? This should be included on the welcome screen. Up until now I have been having trouble.
I have a desperate problem of which I can not get to grips with using cascading Combo Boxes. I am working on a database for project managers to allow them to get a holistic overview of their projects. I am normally an Aircraft Engineer in the Royal Navy not a database expert!!!
I have imported the main project data file, Project_Data.xmlx. as a table which is where all the info is stored for the 200 projects.
The primary key is the ProjectID and there are a further 30 fields. I need to create a form with cascading combo boxes to identify the following fields:
ChangeExecutive
ProgramManager
ProjectManager
ProjectProgram
ProjectID
Further fields include; FinancialForcast, ProjectStatus, ProjectRisks, ProjectDescription, GeographicalRegion, PrjStartDate, PrjEndDate, the list goes on. I am not breaking up this main table when first imported as it needs to be left together.
From these fields I need to refine the original Project_Data Tble (to include the remaining 30 fields) and bring up a new table based on the filtered fields above, and from there create differnt pivot charts based on ProjectStatus and Financial Data.
What is the best way to go about this? This should be included on the welcome screen. Up until now I have been having trouble.