ppoindexter
Registered User.
- Local time
- Today, 00:31
- Joined
- Dec 28, 2000
- Messages
- 134
i have a form with a bound subform
on the main form i have combo_one that when selected
displays all records relevant to that record on the subform
the main form and subform are linked via the id that is selected in the combo_one
the form is bound to tblalpha
the subform is bound to tblalpha and tblalphalist
the problem is sometimes the subform updates as records are selected in combo_one and sometimes it will not update until after i add a record to the chosen record in combo_one and sometimes it will not update at all...
(when the subform will not update...the previous records linked records stays visible in the subform even though a new record in combo_one has been chosen)
i thought since the form and subform are linked (master/child) that was all that was needed....
thanks in advance
on the main form i have combo_one that when selected
displays all records relevant to that record on the subform
the main form and subform are linked via the id that is selected in the combo_one
the form is bound to tblalpha
the subform is bound to tblalpha and tblalphalist
the problem is sometimes the subform updates as records are selected in combo_one and sometimes it will not update until after i add a record to the chosen record in combo_one and sometimes it will not update at all...
(when the subform will not update...the previous records linked records stays visible in the subform even though a new record in combo_one has been chosen)
i thought since the form and subform are linked (master/child) that was all that was needed....
thanks in advance