I posted this in connecting to data but figured it might get more response in the general discussion.
Please contact me if you don't understand the issue.
I have a Detailform which retrieves information from another screen.
So in this example I have pressed my Sales order "000002" and gets to my detail screen.
I have managed to get the "company" and "Sales order" data by using my DataSource "SalesOrderHeaders" and set the Item to "BrowseGallery2.Selected". (Which is the name of the screen where I selected my Sales order).
I also want to retrieve the Item number but this is from another table called SalesOrderLines. I want it to match with my Sales order number "000002".
Can I use Filter/Lookup to get data from my SalesOrderLines and match it with the Sales order number somehow?
Thanks for the help
