Results 1 to 2 of 2
  1. #1
    survivo01 is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    71

    If isNull(Me.steTimeStamp) then Me.steTimeStamp=Now() How to make it work

    I am trying to TimeStamp a form. I go to form properties and in BeforeUpdate I am adding an event using the example as my title.Private Sub Form_BeforeUpdate(Cancel As Integer)
    If IsNull(Me.dteTimeStamp) Then Me.dteTimeStamp = Now()


    End Sub

    This errors and this is waht error looks like.

    Also, I am supposed to put on orer by TimeStamp Access asks for paremeter
    Am I doing this right.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    What is the error message?

    Don't understand the second to last statement in your post.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Make-shift Work rota in Access
    By jimmy2 in forum Database Design
    Replies: 4
    Last Post: 12-30-2012, 02:29 AM
  2. How do I make this super query work
    By SemiAuto40 in forum Queries
    Replies: 5
    Last Post: 04-04-2012, 09:55 AM
  3. Replies: 4
    Last Post: 01-25-2012, 04:38 AM
  4. IsNull
    By JJCHCK in forum Programming
    Replies: 3
    Last Post: 09-09-2011, 07:57 AM
  5. make Add Record button work
    By janjan_376 in forum Forms
    Replies: 3
    Last Post: 06-05-2009, 04:22 AM

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