Hi All,
I have a custom list called "Traning" which contains some fields. In that i have 2 fields "Application" and "Sch Date"..
"Application" is a lookup which takes "Title" values from "Application Names" list.. That "Application Names" list has 5 columns "Title" , "Date 1", "Date 2", "Date 3","Date 4"..
So In my "Training" List newform, when i select an application, say "Application 1" the "Sch Date" values should be fetched as choice check box values of "Date 1", "Date 2", "Date 3", "Date 4" from that "Application Names" list..
Hope i am clear.. Can i anyone help me how to proceed?
EX: In "Application Names" list if the first item i have is like,
Title: SharePoint 2010 training
Date 1: 2-9-2013
Date 2: 5-9-2013
Date 3: 12-9-2013
Date 4: 24-9-2013
==========================================================
Then in my "Training" list when i select "Application" as SharePoint 2010 traning, then "Sch Date" values should be Date 1 , Date 2, Date 3 , Date 4...
Thanks in Advance..