On Mon, 31 Jul 2006 21:43:01 -0700, Nova <Nova[ at ]discussions.microsoft.com> wrote:
[Quoted Text] >Thankyou for your answer but it still not work. > >I already have links masterfield and childfields (YearBudg,MaintID: Same >control name in main and subform) by setting in design form and in some case >I want to add new link for other control in this case is Plan control. > >This question is come from looking method to set value of Plan field (all >records in subform (continous view) by plan field in mainform. >
You cannot change the value of a field in existing records using the Master/Child Link Fields.
Also, the Subform *does not contain any data*. You cannot update "a subform". The data is stored in a Table.
I believe what you need to do is to run an Update query to update the desired records in the Subform's table.
John W. Vinson[MVP]
|