Hello there.
Good day to all. Hope you could assist me with my issue. I am relating 4 tables in a query but somehow I am not able to edit the output records.
Here is what I got:
tblpayment:: ID,date,Bookmonth,EmpName,
tbllvl1:ID, tblpaymentID, acnt1_Lvl1,acnt2_Lvl1,acnt3_Lvl1
tbllvl2:ID, tblpaymentID, acnt1_Lvl2,acnt2_Lvl2,acnt3_Lvl2
tbllvl3:ID, tblpaymentID, acnt1_Lvl3,acnt2_Lvl3,acnt3_Lvl3
As you can see, I am relating the [tblpayment].[ID] to tblpaymentID of the other tables.
I am doing this for instances that the empName will have to enter one or more accounts with different levels.