A
AntonioRio
I have a table containing several Projects and its Phases.
Now I need to create TextBoxes in a Form to return the totals for each
phase. This means I need 3 TextBoxes:
I made a query that Counts the total of projects in each phase:
Query_Projects_Phases
Phase CountOfPhase
Pre-project 1
Portfolio 45
Execution 7
One TextBox would be bound to the "Pre Project" CountOfPhase field from the
query (in this case the TextBox would show1);
the other TextBox would be bound to "Portfolio" CountOfPhase field from the
query
(in this case the TextBox would show 45) and so on...
I don't know how to do this.
Thanks for your time and help.
Now I need to create TextBoxes in a Form to return the totals for each
phase. This means I need 3 TextBoxes:
I made a query that Counts the total of projects in each phase:
Query_Projects_Phases
Phase CountOfPhase
Pre-project 1
Portfolio 45
Execution 7
One TextBox would be bound to the "Pre Project" CountOfPhase field from the
query (in this case the TextBox would show1);
the other TextBox would be bound to "Portfolio" CountOfPhase field from the
query
(in this case the TextBox would show 45) and so on...
I don't know how to do this.
Thanks for your time and help.