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.
> The Link Master field an Link Child Field are *properties* of a
> Subform object. They aren't "methods" - they don't *do* anything.
[quoted text clipped - 10 lines]
>
> John W. Vinson[MVP]
Nova - 01 Aug 2006 06:16 GMT
more information
Control in mainform is unbound and same control name in subform
:YearBudg;MaintID;Plan
Thankyou
John Vinson - 01 Aug 2006 19:42 GMT
>Thankyou for your answer but it still not work.
>
[quoted text clipped - 4 lines]
>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]
Nova - 02 Aug 2006 04:33 GMT
Update query is a good solution.
Thank you again for your Answer