Re: I'm phuxored (complete ASP n00b) - Multiple checkboxes on a form?



Can you give me an example of the proper insert statement if I had 3
checkboxes on a form, chk1, chk2 and chk3?

Mike Brind wrote:
I'm not sure I understand what you mean by "how to store the value of a
bunch of checkboxes". Do you mean how to insert a bunch of values in a
database? If so, you use an Insert statement.

In terms of how you structure your table, that depends on what kind of
information you want to get out of it at the end.

--
Mike Brind

.



Relevant Pages

  • Re: Im phuxored (complete ASP n00b) - Multiple checkboxes on a form?
    ... Because we gave the same name to each of the checkboxes, this grouped them, ... If you are happy to store "Red,Green" in the field for Q1, then the Insert ... Mike Brind wrote: ... bunch of checkboxes". ...
    (microsoft.public.inetserver.asp.db)
  • Re: Im phuxored (complete ASP n00b) - Multiple checkboxes on a form?
    ... And you have a set of checkboxes representing the colour choices: ... Mike Brind wrote: ... bunch of checkboxes". ...
    (microsoft.public.inetserver.asp.db)
  • Re: Can I display just the fieds that are checked
    ... Thanks for the info. Breaking out the checkboxes into another table and ... creating a bunch of records for each sample sounds like it might add a bunch ... worth displaying all the fields with a yes/no if it complicates things. ... move controls around. ...
    (microsoft.public.access.queries)
  • Re: Beginger Web Form Question
    ... What I want to do is create a document with checkboxes that all the ... So far it seems like I will have to install PHP and mySQL into the Mac ... for person, project, and a bunch of status boxes. ...
    (alt.html)
  • The .Value of a Check Box
    ... I wanted to test for only one True value in a bunch of checkboxes, ... explicit .Value property. ... Dim i As Integer ...
    (comp.databases.ms-access)

Loading