Search results

  1. P

    Controls and Tabs

    I tried doing that, but if I remove the parent/child fields for the subform, then the bound combo boxes don't filter the information correctly :( I've uploaded a screenshot of tab 1 and tab 2 of my form. For instance, I changed the Item Class combo box in tab 2, and go to tab 1 (which is the...
  2. P

    Controls and Tabs

    I apologize for having so many questions today! I have a form that has tabs in it with record source as the table "Master". The first form uses the fields from the Master table so that the user can input data into the table. The second tab is used to query the existing data in the Master table...
  3. P

    Another combo box question

    Thank you very much! That was exactly it. I was thinking that I was using the wrong data type, but I wasn't sure how to code it.
  4. P

    Another combo box question

    I'm trying to create a form and a its child subform so that when you select a value in the combo boxes in the main form, the records corresponding to the choices in the combo box will show in the subform. However, I'm running into problems with the first combo box. If I make any choices from the...
  5. P

    Using multiple combo boxes to filter a subform

    I have a form (frmInventory) and it's subform (frmInventorySub) in my database. I have three combo boxes on frmInventory, and I want to use the three combo boxes (cboProgramName, cboItemClass, cboPropertyClass) to filter information from the main table (tblInventory). The subform is basically a...
Back
Top Bottom