G
Guest
Hi.
I have one form that is linked to one of 3 tables. All data is successfully
entered to that table when I press Add button on my form. Now I want one
field to be inserted to another table as well. Here is the line of code, but
it's incorrect.
Tables!Employment_Data!Employment_Name = Line_1 & " " & Line_2 & " " & Line_3
Can you help me with it? How to make a field to be entered into more than
one tables?
Thanks!
I have one form that is linked to one of 3 tables. All data is successfully
entered to that table when I press Add button on my form. Now I want one
field to be inserted to another table as well. Here is the line of code, but
it's incorrect.
Tables!Employment_Data!Employment_Name = Line_1 & " " & Line_2 & " " & Line_3
Can you help me with it? How to make a field to be entered into more than
one tables?
Thanks!