I have two tables
Jobs {master}(PK: Job_ID, Job_Title, JD ect)
Applications {child} (PK: Application_ID, FK: Job_ID(lookup from jobs), Job_Title (auto fill from lookup)
Now when i modify Job_ID record from Application List page it works fine and also change Jot_Title according lookup but when i change Job_ID from child record of Jobs List Page it doesn't change Job_Title.
I think this should also work on auto fill but may be the function is not implemented for master child record.
Can anyone help how to resolve this issue.
Regards
Tayyab Ilyas