03Explorer
Technical User
If I have a question that can have more than one item checked as the example below. with my solution to follow... but my REAL question follows that.
Question: What products sold
() Shoes
() shirt
() pants
() socks
() belts
table1
======
ID
itemID
status {y/n}
Items
=====
ID
ItemName
HOWEVER... my question gets more complicated!!!
Question: What products sold
() paper
() envelope
() legal
() letter
() 8.5 x 11
() other
specify other _________
() pencil
() eraser
() tape
HOW can I capture the sub category of envelope? along with other?
Question: What products sold
() Shoes
() shirt
() pants
() socks
() belts
table1
======
ID
itemID
status {y/n}
Items
=====
ID
ItemName
HOWEVER... my question gets more complicated!!!
Question: What products sold
() paper
() envelope
() legal
() letter
() 8.5 x 11
() other
specify other _________
() pencil
() eraser
() tape
HOW can I capture the sub category of envelope? along with other?