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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reading "quantity" info and writing to a table

Status
Not open for further replies.

Shilohcity

Technical User
Jul 12, 2000
136
GB
Hi there

I am wondering if anyone has ideas on how to go about the following:

I have an asp order form set up which submits values to an asp page that display a list of the items selected for confirmation. I have dealt with the checkbox side of things fine but am having a few problems with displaying and verifying the quantity field. The quantity field is appearing as a "," separated list of values which I need to check for zero values but only when the itemselect (or check box) for the same value is positive. I then need to display the quantities in a table which is populated from a database table related to the items selected I.D.
(whe ...I hope it makes sense so far X-))

I have considered submitting the quantity values to a separate table and then retrieving them to display in the html table but was wondering if there were any other suggestions.

I will post the code I have so far a little later today when I have worked out a couple more bugs.

Justin
 
I have a simple order form you can take a look at it if you like. E-mail me for the link.
dposton@universal1.com
DougP, MCP

Visit my WEB site to see how Bar-codes can help you be more productive
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top