Search results

  1. R

    Combo box: display text field, but store ID field to table

    [SOLVED] Combo box: display text field, but store ID field to table My form is for adding a new product to the database. The form asks which "Club" the product is associated with. I want to create a combo box where the user can select the name of the club, and then the form will store the...
  2. R

    Form with inputs to 3 tables - won't accept new data

    [SOLVED] Form with inputs to 3 tables - won't accept new data I'm trying to make a form that will accept input fields that will store data in 3 separate tables. This is for a hypothetical business that is setting up a registration for a new customer, and they are trying to store data regarding...
  3. R

    Check-box to hide/show input fields

    I’m trying to use a check-box to show/hide several input fields on a form. The names of the objects are: Check-box: CustomerCheckBox Input 1 field: customer_first_name Input 2 field: customer_last_name Input 3 field: customer_phone *EDIT* This check-box is unbound. It does not...
Back
Top Bottom