Search results

  1. J

    Table update confirmation

    I have a table column, that for every time I enter a number into the field, I want a text box to pop up that says "Is this correct?" Basically I need to make sure that when people enter in data, that it is the correct number, that they will then need to double check and click "yes". Any help...
  2. J

    Auto-population

    Here is my dilemma that I'm trying to figure out the best way to handle. I have a table where names are associated with information. However, we are now not allowed to have any identifying information with the information, so I need to move the names to another table with some kind of...
  3. J

    Combo Box help

    I have a combo box that gets its values from the second column in a two column table, with the first column being numbers and the second being words. I just made the width of the display of the first column 0 so it wouldn't show up in the combo box. Whenever I select a word from the combo box...
  4. J

    Cascading Combo Box Help

    I've cascaded combo boxes in other databases, but this for some reason won't work for me. I'm a newbie when it comes to Access so I'm not quite sure on how to go about looking where I'm messing up. Right now I've just tried to sync the cboArea with the cboBone, but when I choose the cboArea...
  5. J

    Cascading 3 Combo Boxes

    I am trying to cascade three combo boxes (Area>Bone>FracDesc1) and I have three tables (tblArea, tblBone, tblFracDesc1) that I am working with. I am able to connect the first two combo boxes so that when I select a value in the Area combo box, it filters the choices for the Bone combo box...
Back
Top Bottom