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!

DB and List Menus

Status
Not open for further replies.

llldnylll

Technical User
May 21, 2003
89
I have a DB with 2 tables (Location & Item)...

Is it possible to display info, based on what was selected from list menus?

So, if I select something from Location Menu then only items in that location will appear.
 
Thanks,

I read that and seems too difficult for me :( what a newb!


Will it be easier to have a list, after selection it will open up a new window with data that was selected?

How can we pass list data through URL?
 
How is your list menu being populated?

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
I am using a DB that will populate my list. Using ASP.
 
Create a recordset that pulls the items that are to be used in your menu. Then insert the menu and add the items using the Dynamic button on the properties panel. Then just submit your form to the next page where you will create a new recordset based on the form value that has been passed.

[Peace][Pipe]
 
OK, I am stuck cant seem to pass data. I have created a menu and added the dynamic items. When I hit the submit button nothing hapens, Only refreshes sreen.

How can I get it to go to my next page?
 
Your form tag needs to have the action added. Just select the form and then fill in the behaviours panel

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top