It sounds like you may have things reversed but maybe this link will help.
http://allenbrowne.com/ser-28.html

Signature
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.
> http://allenbrowne.com/ser-28.html
Hi Allen,
My thing is similar to the examples on the website, but not quite. I
have a combobox in the form header, from which a supplier can be selected.
One subform (continious forms) then shows the products acquired from that
supplier. I use a subform there so the main product info can be edited right
there. The rest of the form shows more detailed information for which ever
product is selected in the product subform. The SQL for the mainform uses a
value in the subform's currently selected record as a criteria. So I have
is:
cboSupplier -> fsubProduct -> frmMain (product details)
I guess it looks a little screwy, but it sure works well. The downside
is having OnClick event code for every control on the subform, just to detect
that there has been a record selection change.
What I'm trying to figure out if there is a simpler mechanism for
detecting the selection change in the subform, so I can requery the main
form. The AfterUpdate for the subform is close, but only happens if data in
a control changes.
- Max
ruralguy - 22 May 2007 23:36 GMT
The SubForm Current event fires every time there is a record selection change.
>> http://allenbrowne.com/ser-28.html
>
[quoted text clipped - 20 lines]
>
>- Max

Signature
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.