Search results

  1. M

    4 Tier Cascading Combo where last combo looks up a record

    I've got a question here, what code goes into the row source for the fourth combo box (cboInvoiceNumber)????
  2. M

    Convert recalc VBA Expression to Macro

    Hi there, I have a db that I would like to get web ready one difficulty I'm having is converting the After Update VBA to macro as web db's don't use VBA. The VBA expression recalc is what I can't figure out, below is the VBA I want to convert: Private Sub cboRoom_AfterUpdate() Me.Recalc...
  3. M

    Cascading 4 combo boxes

    Hi Moishy, I'm not sure if you ever got this sorted, I'm having the same problem and the above tutorials posted by jdraw are very nice but the problem is they only break it down to two combo boxes or two nodes deep, my dilemma to cascade "Campus" "Building" "Floor" "Room" you can find my...
  4. M

    Cascading Combo Boxes 4 Nodes Deep

    Oh and sorry I found very helpfull info from fontstuff.com on the subject but only goes up till 2 nodes deep, that goes for most I could find... It's never more than 2 nodes :-(
  5. M

    Cascading Combo Boxes 4 Nodes Deep

    Hi There, I am a complete noob at access and VBA coding so I'm going to be as descriptive and as staight to the point as I can be about my problem's simplicity in all complexity. I am creating a self service system for employees to update there location status. Basically an employee will...
  6. M

    Hi everybody

    Michael here, probably the biggest noob to access ever which is why I'm here but good to see that there is so much help out here, looking forward to learning and hopefully oneday contributing with everyone.
Back
Top Bottom