I have a continuous form with with a button that links to another form. The continuous form is based on a query that brings together two tables: tbl_trees and tbl_tree_data. The linked form is linked to tbl_tree_data, but includes two additional subforms: xref_Tree_Conditions, xref_Foliage_Condition. Each of these subforms are based on their respective tables that are linked by a Tree ID. The problem is that when I enter a new record and click on the button, I get an error that says I need a value in Tree ID. If I enter a new record, click on a different old record, and then click the button it works fine. How can I get the form to refresh/save the record so that when I click the button it will recognize that a tree has already been entered? I've tried both putting in a requery method and a save method in the "on click" expression, but neither give the result I want.
Thanks!
Thanks!