Michael Barkemeyer
Member
- Local time
- Today, 08:31
- Joined
- Feb 2, 2020
- Messages
- 54
Hi,
I have a navigation control with various tabs on it. On my tab called "Task Center" I have a blank form called "Task Center". On this form I have two subforms which are both unbound.
The first subform is called "Task Center subform". This form contains various fields. [ID],[Project Name],[Owner][Dashboard Open Project Items.CountOfFinished],[Dashboard Closed Project Items.CountOfFinished]
The idea is that the user be able to click the field [Dashboard Open Project Items.CountOfFinished] which represents a count of all the projects that are not yet closed. Or they can click into the field [Dashboard Closed Project Items.CountOfFinished] which represents all the items that are closed.
By clicking into the open projects or closed projects field, the second subform would then be filtered to show only those items that are open or closed.
The second subform name is "ProjectActivitiesChecklist subform". The two fields that need to be used to filter this form are: [Project ID] and [Finished]
so:
Task Center subform [ID] = ProjectActivitiesChecklist subform [ProjectID]
[Finished] is a True/False field
I would appreciate if someone could help with the event procedure code.
Thank you in advance for your help.
I have a navigation control with various tabs on it. On my tab called "Task Center" I have a blank form called "Task Center". On this form I have two subforms which are both unbound.
The first subform is called "Task Center subform". This form contains various fields. [ID],[Project Name],[Owner][Dashboard Open Project Items.CountOfFinished],[Dashboard Closed Project Items.CountOfFinished]
The idea is that the user be able to click the field [Dashboard Open Project Items.CountOfFinished] which represents a count of all the projects that are not yet closed. Or they can click into the field [Dashboard Closed Project Items.CountOfFinished] which represents all the items that are closed.
By clicking into the open projects or closed projects field, the second subform would then be filtered to show only those items that are open or closed.
The second subform name is "ProjectActivitiesChecklist subform". The two fields that need to be used to filter this form are: [Project ID] and [Finished]
so:
Task Center subform [ID] = ProjectActivitiesChecklist subform [ProjectID]
[Finished] is a True/False field
I would appreciate if someone could help with the event procedure code.
Thank you in advance for your help.