L
Larry Kahm
I'm working on a database where there is a parent record that can contain
one to "n" child records. In turn, each child record can have several
activities associated with it.
My client as asked that if they create an activity of "Done," would I be
able to reflect that in the list of child records?
If I add a Yes/No field to the child record table and in the Activty combo
box's AfterUpdate event, I set the field to True if the Activity is "Done"
or False if it isn't. The query that displays the list of child records
would be updated with the Yes/No field.
However, they also want to know if the parent list of records - shown on a
continous form - can reflect whether all of the child records are flagged
as "done"?
That I'm not sure I can do, so I'm looking for suggestions as to how to
handle this.
Thanks!
Larry
one to "n" child records. In turn, each child record can have several
activities associated with it.
My client as asked that if they create an activity of "Done," would I be
able to reflect that in the list of child records?
If I add a Yes/No field to the child record table and in the Activty combo
box's AfterUpdate event, I set the field to True if the Activity is "Done"
or False if it isn't. The query that displays the list of child records
would be updated with the Yes/No field.
However, they also want to know if the parent list of records - shown on a
continous form - can reflect whether all of the child records are flagged
as "done"?
That I'm not sure I can do, so I'm looking for suggestions as to how to
handle this.
Thanks!
Larry