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.
|
|
|
|
|
![]() |
||
grabbing data from combo boxes
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|
|
|||
|
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? |
![]() |
| Tags |
| grabbing, data, combo, boxes |
| Thread Tools | |
|
|
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 |