Skip to main content
This topic has been closed for replies.

4 replies

Inspiring
September 18, 2008
Thanks for your help!!


"Dan Bracuk" <webforumsuser@macromedia.com> wrote in message
news:gau9ub$rhl$1@forums.macromedia.com...
> First problem - you are being ambiguous. The subject line says "list box"
> which I interpret to mean a select. Your opening post says checkbox,
> which is
> different. You can allow the user to select mulitple categories with
> either,
> but the details depend on what you intend to use.
>
> Second problem - you appear to not know much about database design. I
> consider this to be the most important skill any developer can have. If
> you do
> it well, everything else becomes simpler. Otherwise, you are less likely
> to be
> able to translate your data into information.
>


Inspiring
September 18, 2008
First problem - you are being ambiguous. The subject line says "list box" which I interpret to mean a select. Your opening post says checkbox, which is different. You can allow the user to select mulitple categories with either, but the details depend on what you intend to use.

Second problem - you appear to not know much about database design. I consider this to be the most important skill any developer can have. If you do it well, everything else becomes simpler. Otherwise, you are less likely to be able to translate your data into information.
Inspiring
September 18, 2008
Thanks for you reply and input.
How can I do this?
I have multiple categories on a table and I want a user to select multiple
catagories.
Also a category can be add by admin at any time.
Any other ideas?
Thanks

JFB



"Dan Bracuk" <webforumsuser@macromedia.com> wrote in message
news:gatupt$e5j$1@forums.macromedia.com...
> Storing lists of id's in a single record is a bad idea. Really bad. It
> results in unuseable data.
>
> If you don't understand why I said that, I have heard good things about
> the
> book, Database Design for Mere Mortals.
>


Inspiring
September 18, 2008
Storing lists of id's in a single record is a bad idea. Really bad. It results in unuseable data.

If you don't understand why I said that, I have heard good things about the book, Database Design for Mere Mortals.