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

Create options field 1

Status
Not open for further replies.

germain2

IS-IT--Management
Joined
Sep 18, 2007
Messages
30
Location
US
Any ideas on the best way to create an option field that allows the choice of more than one answer for a field. Thanks
 
A listbox can be set to Multiselect. However, are you sure that you wish to store more than one value in one field?
 
Remou
Thanks for your response on the options, what would you recommend doing if faced with this dilemma:
I want a field called Program Type: to allow people to select a any of 5 programs. So if someone picks two programs as the answer, how should it be stored/ thanks
 
In another table.

[tt]tblMain
MainID -> Primary Key
Etc

tblProgramme
ProgID -> Primary Key
Etc

tblMainProgs
MainProgID (Optional Primary Key)
MainID Fk ( These can be combined to create a
ProgID Fk ( Primary key[/tt]

You will wish to read
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top