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

    Yep. You have the gist of what I'm trying to do. I want use the first column (the key ID columns that are auto assigned when you add a new row) of the "information table", and I want to any new ID numbers that are added to be automatically added to an "ID" column in my "Names table." Does that...
  3. 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...
  4. 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...
  5. 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...
  6. J

    Cascading 3 Combo Boxes

    Awesome...it works now. Thanks a lot Paul
  7. J

    Cascading 3 Combo Boxes

    The parameter box has the same value is the Bone combo box (e.g. when I select Scapula in cboBone, the parameter box says Scapula)
  8. 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