I am using the following code to insert a value from a bound form to a different table:
CurrentDb.Execute "Insert into tblfavorites (employeeNumber) Values('" & Me.Employee_Number & "')"
Can someone help me with adding to this if I wanted to add to 2 different fields in a table from 2...
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.