S
steve
A Project has 3 stages:
1. Prospect
2. Estimate
3. Detail
I am building a database where the user opens a project, and sees a tab
control with 3 tabs, one for each stage.
I have a tblProjects, tblProspects, tblEstimates, and tblDetails. These
tables are linked by ProjectID.
Should I build a subform for each stage, and place them on the tab control?
The Child/Parent link would be ProjectID. How can I limit the subform to
only show the record for the current project?
Please advise if you see any problems with this design.
Thank you,
Steve
1. Prospect
2. Estimate
3. Detail
I am building a database where the user opens a project, and sees a tab
control with 3 tabs, one for each stage.
I have a tblProjects, tblProspects, tblEstimates, and tblDetails. These
tables are linked by ProjectID.
Should I build a subform for each stage, and place them on the tab control?
The Child/Parent link would be ProjectID. How can I limit the subform to
only show the record for the current project?
Please advise if you see any problems with this design.
Thank you,
Steve