|
tech
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Now function on changeI am trying to create a field in which the date time will change when I edit
any field in the form. I can't figure out how to do it even though it is probably quite easy. Can anyone help me? Thanks in advance for any help. -- DLB On Wed, 8 Jul 2009 18:45:01 -0700, BrowDa <Bro***@discussions.microsoft.com>
wrote: >I am trying to create a field in which the date time will change when I edit Put code in the Form's BeforeUpdate event:>any field in the form. I can't figure out how to do it even though it is >probably quite easy. Can anyone help me? > > >Thanks in advance for any help. Private Sub Form_BeforeUpdate(Cancel as Integer) <do any form validation first> Me!txtWhenUpdated = Now End Sub -- John W. Vinson [MVP]
Need report to only select the "yes" based on month
Conditional formatting based on the Row Source in another control. Sorting based on selected value...Please help! Tab Control Linking to selected fields in an external table Remove Spaces Time Conversion relationships Auto populate month & year How do i dicount a field in access like cost? |
|||||||||||||||||||||||