Access 2003 Form /Subform issue...

GUIDO22

Registered User.
Local time
Today, 07:44
Joined
Nov 2, 2003
Messages
515
I have a form with a combo/dropdown on the MAIN form and a child subform.
I have designated a Master /Child link of ID to FGId respectively linking the combobox with the subform.

However, when a select an item from the combobox I expect to see the subform datasheet refresh accordingly. This is not happenining , even when I force a refresh call on the subform control itself....?

Any ideas what I have overlooked would you be appreciated.

Thank you
 
... need to use the Filter property for the MAIN form... on selection of the entry in the combo - set the ID for this selection to the filter property. Subform then refreshes as expected.
 

Users who are viewing this thread

Back
Top Bottom