Search results

  1. A

    How to reffer a certain field by VBA code

    Hi All, I'm looking for the code syntax to reffer to a certain field in a specific record on my continuous form. I need to enable\disable the field with an IF function but only on the record that matches the condition. if i'll use: If ... Then Me.field.enable = true Else Me.field.enable=False...
  2. A

    Reffer\Enable field in specific record on continuous form

    Hi All, I have a continuous form on my access app. I use one of the forms as a continuous form. Every record has a checkbox and i need that if the user will check it - i need to enable\disable the relavant field in this record only to be enabled. I'm familiar with reffering the field somethink...
Back
Top Bottom