I'm trying to link from one data access page to another data access page and have the second page show only records that would be the "many" side of the one to many record selected on the first page, Does that make sense?
I'm thinking the it's somehow controled by the anchor section of the element properties of the hyperlink, there's a property called server filter (I think it's only there if you click the button when you set it up) , but it doesn't give any clues on how to make it work.
if I want it to be
Page1 table.key->
Page2 table2.KeyFromTableOne
what would the sintax be?
thank you
