Search results

  1. M

    Access form validation

    Hi, I have an Access 2010 DB with a specific form on which there are 9 combos. I have a button I want greyed out until all of the combos have a valid selection made. I've played around with a couple of ways of achieving this, such as a crazy IF not (isnull(cmb1)) and (isnull(cmb2))...etc...
  2. M

    Couple of quick and probably stupid Access Form related VBA queries

    Hi. Two quick queries... First, I can't understand why the following line of code doesn't work? DoCmd.Close acForm, "frmProgressWindow", acSaveNo Second, I have a form with a Listview on it and several buttons which call other forms which change dtata sets that could influence the data...
Back
Top Bottom