This topic is locked

Auto fill does not work from master child list

9/2/2012 9:18:01 AM
PHPRunner General questions
T
Tayyab Ilyas author

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