Results 1 to 2 of 2
  1. #1
    mdpepper1 is offline Novice
    Windows XP Access 2010 64bit
    Join Date
    Oct 2011
    Posts
    5

    record update when I change view

    If I am looking at an existing record in form view and alter some information, then change the view to design view, the record is updated with the changes.



    Why is this?

    How can I stop this update on view change?

    I have investigated the 'on view change' event and have not found anything helpful about blocking these updates.

    The reason I want to stop them is so that an accidental typing mistake will not enter the database when the user makes a view change.

  2. #2
    Toyman is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Posts
    233
    Since your form is bound to the table or query, when ever you enter a value into the field and navagate away, the value is entered into the table. That is just the normal way Access works. If you want to have the user click on a Save button before the record is saved, you will need to use unbound forms. The unbound form method takes some coding, and depending on your ability to do coding, you might want to stay with the bound form method

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Selecting a Record in Datasheet view
    By JFo in forum Access
    Replies: 3
    Last Post: 11-01-2011, 10:10 PM
  2. How to change default view at launch?
    By seawulf in forum Access
    Replies: 3
    Last Post: 09-04-2011, 12:57 PM
  3. Change row-colors i subform datasheet view
    By rolfmagne in forum Forms
    Replies: 1
    Last Post: 03-02-2011, 11:07 AM
  4. Change right mouse menu in Design View ?
    By byterbit in forum Access
    Replies: 1
    Last Post: 02-03-2011, 11:29 PM
  5. change textbox value after combo update
    By arctushar@yahoo.com in forum Forms
    Replies: 5
    Last Post: 09-06-2010, 07:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums