Link to home
Start Free TrialLog in
Avatar of mshaji
mshajiFlag for India

asked on

Get Title from a list by storing its Id in another list

I have a list named  test1 and another list named test2. The fields in test1 are Id, Title, Body and fields in test2 are Id, test1 Id, Title, Body. Now here i want to make a sp query with test2 list to select Title from test1 list where test1 Id is equal to some value (let's say 1)

Can anybody help me to do this by SharePoint list query
ASKER CERTIFIED SOLUTION
Avatar of ufarooq
ufarooq

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mshaji

ASKER

solved