Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Access Page Link

  • Thread starter Thread starter VE
  • Start date Start date
Status
Not open for further replies.

VE

Technical User
Joined
Oct 25, 2000
Messages
220
Location
US

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 :-)
 

Hey,I found it on my own :-D!

In case anyone understood what I was saying and was wondering how to do it, it's

key=[keyFromTableOne]

in the server filter :-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top