Schenario:
I have two SharePoint Lists:
* Facility list
Columns: Facility Name, Address, Responsible Person, Primary Pharmacy (Lookup column from Pharmacy List)
*Pharmacy list
Columns: Pharmacy Name, Address, Phone Number
I have created an App where I display all my facilities where I show my Pharmacy column as:
BrowseGallery1.Selected.Primary_x0020_Pharmacy.Value
What I want is when I click on Primary Pharmacy name is to move to a different screen and get the detailed information of the Pharmacy as : Pharmacy Name, Address, Phone Number (whis is in the SarePoint Pharmacy list)
Please help in achieving this goal.
I would appreciate any help