Search results

  1. B

    detecting the openform mode in VBA

    Seems other people are trying to acheive the same thing but from different angles. i also am combining an ADD/Amend form to avoid code duplication etc. I am trying to do it by simply detecting in what mode from the switchboard my form has been opened ADD or EDIT. Anybody any ideas on how you can...
  2. B

    changing a control property

    I am trying to set the Enabled property to 'no' on a combo box from within a VBA module, to prevent the contents being changed. I would have thought there would be a reference guide somewhere telling me what the property name is and the values it can take but I have searched for two hours now...
Top Bottom