FollowThePeacemakers
Programmer
A TWO-PART QUESTION...
PART 1: I have a page with repeat region checkboxes on it (using Ultradev) and these checkboxes are populated by a database field like so...
Here's the problem: Notice how there are excess identical "industries" listed? The region is repeating according to how many like records there are in each industry. I don't want this. How do I solve this problem? If there is an industry, say "Roofing Contractor," how do I get the page to only list ONE checkbox for ONE industry instead of THREE checkboxes just because there are three "like-industried" contractors in the database? I hope this question makes sense. In a nutshell: I want one checkbox per industry even though there are multiple records within that industry.
PART 2: Try out the form by selecting only one checkbox and click on "Submit." It works, right? OK go back and try again, but this time select multiple industries and click "Submit." You'll see that the ?industry= values get passed but my verify.asp page won't display multiple industries in the same table. How do I remedy this?
Anyone's quick reply is very much appreciated! Deadline looms.
PART 1: I have a page with repeat region checkboxes on it (using Ultradev) and these checkboxes are populated by a database field like so...
Here's the problem: Notice how there are excess identical "industries" listed? The region is repeating according to how many like records there are in each industry. I don't want this. How do I solve this problem? If there is an industry, say "Roofing Contractor," how do I get the page to only list ONE checkbox for ONE industry instead of THREE checkboxes just because there are three "like-industried" contractors in the database? I hope this question makes sense. In a nutshell: I want one checkbox per industry even though there are multiple records within that industry.
PART 2: Try out the form by selecting only one checkbox and click on "Submit." It works, right? OK go back and try again, but this time select multiple industries and click "Submit." You'll see that the ?industry= values get passed but my verify.asp page won't display multiple industries in the same table. How do I remedy this?
Anyone's quick reply is very much appreciated! Deadline looms.