This topic is locked

Add item with multichoice

5/25/2004 2:54:55 AM
ASPRunnerPro General questions
author

Hello,
Good morning,
I have to including an entry in a database mysql. Such you have in your example with car.
I need to allow multichoice on a item such as an information type of document choice between oral or written or publication and so on with other entries.
I think I have to create a table Choice with items oral, written, ...
How to put data in the main table Articles from the table Choice and add entry in articles tables ?
Thanks
Regards
Alp <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=624&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' /> honse

Sergey Kornilov admin 5/27/2004

Hi,
if you are looking for an easy way to implement this I would recommend to create a single boolean (Yes/No) for each option in the main table.
If you like to put those options to a separate table - you need to code this manually.