S
SubyRuby
I'm not sure how to accomplish the following and would appreciate any
advice.
Form: Project (PK: ProjectNum)
Related form: Tasks (FK: TaskProjectNum)
On the Project form, I have a button to open the Tasks form and view
all tasks associated with the project. I'd like to inform the user on
the Project form that there are X number of associated tasks (either
in some text, or on the button itself). Example: "Click to view tasks
(3)"
Can I manipulate the recordsetclone property to do this? (So far, I've
only used this property in referring to the recordset of the form that
I'm working with, not another related form.) I suppose it would have
to be filtered on the FK (TaskProjectNum).
So, I would need to show the total number of Tasks where
TaskProjectNum = ProjectNum. I'm just not sure how to do that with the
recordsetclone property.
Thanks in advance for any assistance.
advice.
Form: Project (PK: ProjectNum)
Related form: Tasks (FK: TaskProjectNum)
On the Project form, I have a button to open the Tasks form and view
all tasks associated with the project. I'd like to inform the user on
the Project form that there are X number of associated tasks (either
in some text, or on the button itself). Example: "Click to view tasks
(3)"
Can I manipulate the recordsetclone property to do this? (So far, I've
only used this property in referring to the recordset of the form that
I'm working with, not another related form.) I suppose it would have
to be filtered on the FK (TaskProjectNum).
So, I would need to show the total number of Tasks where
TaskProjectNum = ProjectNum. I'm just not sure how to do that with the
recordsetclone property.
Thanks in advance for any assistance.