I have a form that I use for reconciliation and it has 4 subforms on it. Sometimes I want to update data in the main table based on what appears in the subform. However, When it try to reference the subform in the update query it does not work.
When i Run it a box pops up: Enter Parameter Value and has the code i used to pull the value Forms!my_subform!fieldname as the description. If I enter the data in the parameter boxes it does update correctly, however, it is not pulling the existing value from the subform, which is what I want it to do.
Thanks for any help