I am sure I am close, but not quite there,
I intend user to select a record from the combo box in main form, and the subform displays the detail of the record in a "single form" view.
however, when i select a record, it's not updating the subform as expected.
Set up wise, it's pretty regular,
i have a subform with source object set to a single form bound to tableA, and I have a combo box placed in the main form.
I have the subform's Link Master Fields set up to the combo box, and Link Child Fields to the primary key of the table.
In the combo box after update event, I have instructed to requery the subform.
The only thing I did differently than before is that the subform source Object "formA" is a subform object for another form. could this be why it's not requerying? I also used this post for reference but problem still presist.
So any help would be appreciated,
EDIT:
is it possible the issue is that the master is an unbound form container for the child. (it only has a combo box) and this is not the intended use Access wanted?
Requery
code needed - when the combobox that is set asLinkMasterFields
is changed, the subform is automatically updated. – Andre