I am using the following code to insert a value from a bound form to a different table:
Can someone help me with adding to this if I wanted to add to 2 different fields in a table from 2 different text boxes?
I cant seem to figure it out.
Thank you
Code:
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 different text boxes?
I cant seem to figure it out.
Thank you