RE: Using a drop down menu to display product numbers a... - 8/1/2001 23:00:00
I'd break this question down into smaller ones (probably many more than I list here). For instance:1. Using Excel vs. Access / SQL Srvr 2. DRW DropDown creations 3. Results Personally, I don't use Excel directly in ASP. I'd put the data into Access and (assuming you're using FrontPage and dynamic Access data) use the DRW to create your dropdowns. I believe its Step 4 of the DRW in FP2000. Select Drop Down List from the menu (defaults to Table I believe) and the Display field (and value field if applicable)you want to use. Then I'd set the properties of the form created (by the DRW) and point it to itself. Then on the same page, build your result table (or however else your presenting it). However, you will be making 2 calls to the DB on the same page (which is not recommended). There probably is a much smoother method, however I believe this will work. Using the DRW can be kinda' limiting as to formatting, calculating, etc. If you're comfortable editing code, you will probably want to look into putting the DRW code on a 'diet' (search for diet in this DB Forum). [This message has been edited by rdouglass (edited 08-01-2001).]
|