passing values from form to subform

C

cporter

I need some options on how to pass data from a form to a subform. The
record on my form may have 40 or more records related to it on the
subform. Not all of these records are updated at the same time. I want
to be able to step through the subrecords and ask the user if he wishes
to update them.

I've tried to use a macro.

setvalue
[Forms]![frmWorkordByNumber]![Proceedures].[Form]![Text29]
=[Forms]![frmWorkordByNumber]![DAYUP]

This gives me the error message: Recordset not updateable

I tried some other ways to but they didn't work either


What is the proper method?
 
Top