Check Box Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rbobie
    New Member
    • Jul 2007
    • 1

    Check Box Help

    Hello every one!
    well. i need some help on this.
    Am designing a system where i would like to use multiple check boxes to enter different things.
    say, a you go to a shop and buy different item and they are to be enterered into you reciept using check boxes.
    can some one bail me out with some useful info on how to do this?
    thanks
  • nico5038
    Recognized Expert Specialist
    • Nov 2006
    • 3080

    #2
    The general approach would be to have an article table with a Selected "YesNo" field.
    This will show automatically as a checkbox and than the table entries can be used to add the selected rows to an OrderDetails table.

    Nic;o)

    Comment

    Working...