Allowing Updates using VBA code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GraemeC
    New Member
    • Sep 2007
    • 8

    Allowing Updates using VBA code

    I have a form where I have "Allow edits" set as no and "Allow additions" as yes. The form displays data in a continuous form. The user can add new records but can't edit returned records.I do however want to be able change some fields if they click an action button.

    How do I allow fields to be updated using events and VBA code?

    Thanks
  • wassimdaccache
    New Member
    • Apr 2007
    • 222

    #2
    On the field that you want to allow edit || addition type on the even u want

    me.AllowAdditio ns=true
    me.AllowAdditio ns=false

    Comment

    Working...