madmarauder
Technical User
I have built a form and an instance of that form so that I can lookup multiple records in a query. my form has an update button that links to an update query for record updates. I want to run this query to update the records that I have placed in the fields of the form, but when I open the instance of the form, the query is still looking at the original form and its values. How do I update my table with the values in the 'instance' of my form, rather than the original form? I
want to return the values that I inputted in my form to the table but the query doesn't recognize the instance of the form. Any help is appreciated.
want to return the values that I inputted in my form to the table but the query doesn't recognize the instance of the form. Any help is appreciated.