Search Result

Collapse
2 results in 0.0045 seconds.
Keywords
Members
Tags
beforeupdate event
  •  

  • Fritz G
    started a topic Access 2007 form_BeforeUpdate Event does not fire

    Access 2007 form_BeforeUpdate Event does not fire

    Hi I have a simple one table, one form MS Access 2007 DB. I want to have the data entry person verify their changes to a record before closing the form or moving to the next record only if any changes were made. I copied some VB code from MS KnowledgeBase (Article ID: 197103 ACC2000: How to Prompt User to Save Changes to Record in a Form for Access 2000) that works perfectly, but only one time. When I close the DB and reopen, the code no longer...
    See more | Go to post

  • How can I disable Ctrl+S so user has to use MY save button?

    I have a Save button I programmed myself to do a load of complicated validation before saving the record. It's ALL done in code, including writing the record out to file via a recordset edit operation. (I think this is probably a mad thing to do anyway! See later.) So, I want to disable Ctrl+S, as that bypasses all my validation. Is there a way to do that?

    A very pathetic question now ... I'm sure I should be able to do all my...
    See more | Go to post
Working...