grabbing data from combo boxes

This is a discussion on "grabbing data from combo boxes" within the Classic ASP section. This forum, and the thread "grabbing data from combo boxes are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 24th, 2005, 17:16
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbacardi Send a message via Skype™ to benbacardi
grabbing data from combo boxes

in microsoft access, you can have a combo box with values from another table in it, for example, a foreign key to link the two tables together. How can i gather this data and put it into a selection box using asp for the web-based interface?

thanks

ben

  #2 (permalink)  
Old Jan 25th, 2005, 06:37
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
Try creating a query in access which gets all the data you want, then save the query.

Then in your ASP code, put "SELECT * FROM yourQueryName", then simply loop through the records as normal.

I presume that when you say "selection box" you mean a multiselect list box?
  #3 (permalink)  
Old Jan 25th, 2005, 13:46
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbacardi Send a message via Skype™ to benbacardi
no, i mean like a combo box in access, a <select><option>....</option></select> thingy
Closed Thread

Tags
grabbing, data, combo, boxes

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! Flash CS3 - Combo Boxes with formulas cocoonfx Flash & Multimedia Forum 0 Apr 2nd, 2008 02:43
Help with IFRAME and grabbing URL tbathgate JavaScript Forum 6 Feb 28th, 2008 10:17
6-level combo boxes Phoenix1664 JavaScript Forum 2 Mar 21st, 2007 12:22
How do I add a GO button to these multi combo boxes? Andy K JavaScript Forum 4 Jul 29th, 2005 20:03
Annoying Linked Combo Boxes!! Hangs Classic ASP 7 May 25th, 2004 07:21


All times are GMT. The time now is 20:55.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43