J
John Garvey
Could anyone tell me the proper syntax for passing a value from a control in
a (datasheet) subform to a control on the parent form? Just to make sure I'm
using the right terminology here, parent form is based on tbl_Items, and
subform is based on tbl_RelDates (linked by ItemID). After updating the
RelDate control on the subform, I'd like to update the value in the Release
control on the parent form. (I want to actually update the Release field in
the record for that ItemID in tbl_Items.)
a (datasheet) subform to a control on the parent form? Just to make sure I'm
using the right terminology here, parent form is based on tbl_Items, and
subform is based on tbl_RelDates (linked by ItemID). After updating the
RelDate control on the subform, I'd like to update the value in the Release
control on the parent form. (I want to actually update the Release field in
the record for that ItemID in tbl_Items.)