Hi Guys,
I attachment please see sample database.
I have 3 tables:
For one Korekty_Id i can have multiple money.
So 1 correction can have multiple money fields.
And for each money field I can have only 1 status name.
I did the query1 (based on table's relationships) and result are like below:
I am changing status name from Status1 to for example NewStatus in first record also third record will change:
This it is ok, because i am changing status name for the same Status_ID.
Problem here: want to change each record status separately.
So if i change NewStatus in first record for Status "Test1" change should affect only first record, not others (not also third record).
Please help with this.
I can put Status_name field into tbl_dates but what about Section_name - thanks to it i filtering statuses to adequate user.
Thank you for you tips.
Jacek