I have another scenario where values from student_tbl_2 need to populate another table.
For example, student_tbl_2.First_Nam_2 and student_tbl_2.Last_Nam_2 (Joe Dirt) needs to populate
invoice.invoice_number field. The same with John Dirt in row 2.
I tried =CONCATENATE(student_tbl_2.First_Nam_2, student_tbl_2.Last_Nam_2) but it is putting the same value in all 4 rows.
student_tbl_2
Thanks for any suggestions!
Pete