Setting a value in a subform

V

Van T. Dinh

Forms![Clock Out]![Clock Out Subform *CONTROL*].Form!
[txtIOUAmountPaid] = 64

(type as one line in your code)

Note that you *need* to use the Subform*CONTROL* name
which may be different from "[Clock Out Subform]" (I guess
this is the name of the Form being used as the "Subform").

HTH
Van T. Dinh
MVP (Access)
 
Top