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

    Calculated


    I have a calculated field =Sum([Shares]) in access where Shares represent a field showing number of shares held by each person. The field does the calculation but unlike excel it is taking some time and I hate that. Is there a work around to make it faster?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    it should take 1/2 second....unless youre dealing with millions of records.

    is your query pulling straight from the table?
    more than 1 table?
    are you connected to both wireless and hardwired cat5? (one of my users was connected to both slowing the queries a lot)

    this query should not take anytime to resolve.

  3. #3
    Jishnu Surendran is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2018
    Posts
    29
    I'm talking about a form created from a query which is in turn created from a table. There aren't millions of records.

  4. #4
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by Jishnu Surendran View Post
    I have a calculated field =Sum([Shares]) in access where Shares represent a field showing number of shares held by each person.
    Are you saying that you have a calculated field in a table? I would suggest NOT using calculated FIELDs in tables. I have NEVER used a calculated field in a table.


    Quote Originally Posted by Jishnu Surendran View Post
    Is there a work around to make it faster?
    The calculation should be done in a column in a query.


    Quote Originally Posted by Jishnu Surendran View Post
    The field does the calculation but unlike excel it is taking some time
    Forget about Excel. Access and Excel are two completely different animals (models).

  5. #5
    Jishnu Surendran is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2018
    Posts
    29
    Quote Originally Posted by ssanfu View Post
    Are you saying that you have a calculated field in a table? I would suggest NOT using calculated FIELDs in tables. I have NEVER used a calculated field in a table.



    The calculation should be done in a column in a query.



    Forget about Excel. Access and Excel are two completely different animals (models).

    I'm talking about a 'FORM created from a query which is in turn created from a table. The sum field is at the form footer.

  6. #6
    ssanfu is offline Master of Nothing
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    OK, post the SQL of the query.......

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

Similar Threads

  1. Replies: 1
    Last Post: 05-22-2017, 05:59 AM
  2. Replies: 2
    Last Post: 12-30-2014, 01:32 PM
  3. calculated fields need help?
    By Roger in forum Access
    Replies: 1
    Last Post: 04-09-2014, 06:58 AM
  4. Replies: 12
    Last Post: 10-01-2013, 12:59 PM
  5. Calculated Field Help
    By Alex Motilal in forum Queries
    Replies: 2
    Last Post: 01-06-2011, 04:54 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