Josh wrote:
--------------------
| Content-Class: urn:content-classes:message
| From: "Josh" <
[email protected]>
| Sender: "Josh" <
[email protected]>
| Subject: BeforeUpdate event
| Date: Wed, 14 Jan 2004 13:42:43 -0800
| Lines: 11
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| thread-index: AcPa51eG64S9J19BQkiyRU/nPcOW1g==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.access.formscoding
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.access.formscoding:216242
| NNTP-Posting-Host: tk2msftngxa11.phx.gbl 10.40.1.163
| X-Tomcat-NG: microsoft.public.access.formscoding
|
| I would like to record the user editing a record in a form
| after each edit. I have the function to read the username
| from the system.
| Should that function be called on the "before update"
| event of the form, or on the "after update" event of a
| particular field?
|
| Same question regarding fields that I want to update by
| reading information from a parent form into a child form.
| Thanks so much!!
| Josh
|
The BeforeUpdate event occurs before changed data in a control or record is
updated.
The AfterUpdate event occurs after changed data in a control or record is
updated.
(source: Microsoft Visual Basic for Application help)
I hope this helps! If you have additional questions on this topic, please
respond back to this posting.
Regards,
Eric Butts
Microsoft Access Support
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<
http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <
http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."