Results 1 to 3 of 3
  1. #1
    Jishnu Surendran is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2018
    Posts
    29

    Form footer total

    My form footer total "=Sum([Field]" takes some time to respond. What may be the reason? I am using "if me.dirty=true then me.dirty=false" as afterupdate event for the respective field.

    The lag is not happening in the 'form detail'. It is usually happening in the 'form footer'. The record source of the form is a table. The sum value is not taken to the table. It is used for indicative purpose only.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    i find "if me.dirty=true then me.dirty=false" useless and remove them.
    I get a 1 second lag when it calcs SUM in the footer as expected, since it does have to sum.
    What kind of lag are you seeing? I wouldnt worry.

  3. #3
    Jishnu Surendran is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2018
    Posts
    29
    The time taken to sum the fields in the 'form footer' differs from the time taken in 'form detail' for the same process. However, the VB code is used not to make it faster but to update the sum when I leave the respective field, otherwise it is updated only after I finish the record.

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

Similar Threads

  1. Replies: 7
    Last Post: 12-17-2017, 01:08 PM
  2. Replies: 14
    Last Post: 05-01-2015, 10:36 AM
  3. Replies: 8
    Last Post: 04-29-2013, 12:11 PM
  4. Replies: 11
    Last Post: 08-27-2012, 11:26 AM
  5. Replies: 26
    Last Post: 11-06-2009, 10:16 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