Forums

This topic is locked

Master-Detail page with menus/list ???

Posted 07 Apr 2004 17:27:41
1
has voted
07 Apr 2004 17:27:41 Andy G posted:
I have a master page with a menu that I want to link to a detail page.
My menu are items that I get from my database (I use the dynamic tab to get them). How can I link them to a "detail "? I tried the "go to detail" behavior, but that won't work.
Are there tutorials over this item, I can't find them anywhere!
My master contains prod.names in the menu, the detail should give more info.

thnx for the help !!!

Andy

Replies

Replied 12 Apr 2004 19:10:29
12 Apr 2004 19:10:29 Dan Berdusco replied:
I think the best way to treat this is like a search form. On the master page, remove the "goto detail page" link. Now, for the form that contains the list - set the action of the form to the name of your detail page.

Now, on your detail page, set the recordset to select all from specified table where prod.names (prodID would be better) = form variable (name of your menu in the form on the previous page)

Hope that helps.

Reply to this topic