PC Review


Reply
Thread Tools Rate Thread

When do updates on record happen?

 
 
personalIT[Really John Sanders]
Guest
Posts: n/a
 
      21st May 2004
Got a problem, wondering if you people can help. (Obviously, otherwise I
wouldn't be posting here, but I needed the introduction.)

When do updates on records take place? I have a form with several
fields. I want to allow users to edit records, changing from 1 to all
fields. I also want to allow them to cancell updating, and return the
record to the values it had before any updating began.

Now, if I have a form with bound text boxes, do these update the record
when the focus leaves that box? I have been working under that
assumption, and creating unbound text boxes, populating on entrance and
saving the values on exit. Or will the record only update when
switching to a different record?

Or, could the rollback command be useful here? Unfortunately my help
file is broken, so I can't get good help there.

Thanks in advance.

If you need to e-mail privately, true[ish] e-address is
personalIT[remove]@juno[remove].com

 
Reply With Quote
 
 
 
 
Alan FIsher
Guest
Posts: n/a
 
      21st May 2004

>-----Original Message-----
>Got a problem, wondering if you people can help.

(Obviously, otherwise I
>wouldn't be posting here, but I needed the introduction.)
>
>When do updates on records take place? I have a form

with several
>fields. I want to allow users to edit records, changing

from 1 to all
>fields. I also want to allow them to cancell updating,

and return the
>record to the values it had before any updating began.
>
>Now, if I have a form with bound text boxes, do these

update the record
>when the focus leaves that box? I have been working

under that
>assumption, and creating unbound text boxes, populating

on entrance and
>saving the values on exit. Or will the record only

update when
>switching to a different record?
>
>Or, could the rollback command be useful here?

Unfortunately my help
>file is broken, so I can't get good help there.
>
>Thanks in advance.
>
>If you need to e-mail privately, true[ish] e-address is
>personalIT[remove]@juno[remove].com
>
>.


No save takes place until the user moves to a new record.
I have a similar type form and use the following code on a
button labeld Exit Without Saving:
>If Me.Dirty Then


DoCmd.RunCommand acCmdUndo
DoCmd.Close acForm, "frm2005NewOrder", acSaveNo
Else
DoCmd.Close
End If
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Updates happen, cannot browse with IE6 or IE7 Information Windows XP Networking 1 15th Oct 2009 01:27 AM
Can a record in a table be locked to updates based record.field va Jimbo213 Microsoft Access Security 6 4th Jun 2008 10:48 PM
Updates that never happen DMW Windows XP Security 0 8th Sep 2004 01:41 PM
HELP! When I click set up home or small office network wizard NOTHING HAPPEN !! or NETWORK SETUP WIZARD also nothing happen !! =?Utf-8?B?QVJDSCAzRA==?= Windows XP Help 1 28th Feb 2004 01:31 AM
What happen if I had two MX record. IT Microsoft Windows 2000 DNS 3 28th Jan 2004 07:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:45 PM.