M
Max Moor
Hi All,
This is probably a dead simple thing, but I'm stuck on it.
My main form's record set is dependent on the selection of a record
from one of its subforms. When the user selects a different record, I need
to requery the main form to update all the other stuff on it that refers to
the selected record in the subform.
What is the simplest way to detect that a user has selected a different
record in the subform?
In the past, I've setup OnClick events for all the subform's controls.
That's seems a lot of redundancy. I've seen a number of form events that
look like they would, but are only work on pivot tables. The form's OnClick
only happens if the record selector is clicked, and the detail section's
OnClick doesn't seem to do anything. Isn't there a really simple way to do
this?
- Max
This is probably a dead simple thing, but I'm stuck on it.
My main form's record set is dependent on the selection of a record
from one of its subforms. When the user selects a different record, I need
to requery the main form to update all the other stuff on it that refers to
the selected record in the subform.
What is the simplest way to detect that a user has selected a different
record in the subform?
In the past, I've setup OnClick events for all the subform's controls.
That's seems a lot of redundancy. I've seen a number of form events that
look like they would, but are only work on pivot tables. The form's OnClick
only happens if the record selector is clicked, and the detail section's
OnClick doesn't seem to do anything. Isn't there a really simple way to do
this?
- Max