Complex update with check boxes

This is a discussion on "Complex update with check boxes" within the Classic ASP section. This forum, and the thread "Complex update with check boxes are both part of the Program Your Website category.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 27th, 2006, 20:57
New Member
Join Date: Sep 2006
Location: Kansas
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Complex update with check boxes

I need to create an administrative page to update a table and make it as simple for the end users as possible but I am having a terrible time figuring out how to do it. Here is the situation...

I need to allow the end user to update which products are carried by which warehouses. Both products and warehouses are stored in their respective tables with a table used to associate one with another.

The MS Access tables are as follows:

wtbProducts table contains fields productID and Alias (the name of product)

wtbWarehouses table contains fields WarehouseID and Alias (the name of the warehouse)

wtbProductWarehouses table contains fields productID and warehouseID

I have a page set up so that the user can select a specific warehouse and the warehouseID will be passed as a querystring to the second page. On this second page I want all of the products displayed with checkboxes. If the productID/warehouseID combination is found in the wtbProductWarehouses table I want the check box to be checked. Odviously then the user will check/uncheck which products are shipped to which warehouses so I will then need to update the wtbProductWarehouses table accordingly.

This process is absoultly killing me. If anyone can help me out I would greatly appriciate it. Thanks!
Reply With Quote

Reply

Tags
asp, check box, update

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
TOS check boxes must checked in register page [BASIC] basketmen Scripts and Online Services 5 Jan 13th, 2008 16:33
iframe's: slightly complex, need help deymeraff Web Page Design 0 Jun 8th, 2007 04:02
Complex flash site, can anyone help???? Ashdude2000 Flash & Multimedia Forum 4 Nov 20th, 2006 14:01
Help! Too complex for me! ClaireB Databases 1 Feb 15th, 2006 23:20
Designing complex site layouts gwx03 Web Page Design 6 Nov 30th, 2003 02:23


All times are GMT. The time now is 22:52.


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