Is there a way to have TWO DIFFERENT FIELDS filled in on TWO DIFFERENT TABLES from the same text box on a form? Or do I need to just write code to fill in one table?
You could have code to take the contents of the text box and put it into the two fields. You would need to write code to open two recordset objects and use the edit method to set the field's value.
Or you might be able to write a query, or set one up as a recordset using SQL, that incorporates the two fields from the two tables. Then you only need one recordset object.
I have not tried this so I am not sure if it will work.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.