Results 1 to 4 of 4
  1. #1
    fspata is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Oct 2015
    Posts
    41

    Access 2007 form count issue


    Hello everyone!
    Pretty new to Access so bare with me lol! I've got a combo box linked to a table called Group. Their are different group areas in the table which are chosen via the drop down. I need to be able to increment a field that I'll call ABC by 1 each time the same group is chosen and the value of how many of that group is then displayed in the ABC field. Also as they checkout, they need to be subtracted from the field. Suggestions are greatly appreciated. Thanks in advance!

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Aggregate data should be calculated based on raw data records, not saved into table.
    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.

  3. #3
    fspata is offline Advanced Beginner
    Windows 8 Access 2007
    Join Date
    Oct 2015
    Posts
    41
    Quote Originally Posted by June7 View Post
    Aggregate data should be calculated based on raw data records, not saved into table.
    Like I stated, I'm pretty new to Access and thank you for your input. What I'm looking for is just to change the number by either +1 or -1 as people come and go and display it in the ABC field. What would you suggest?

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Conventional approach would be to enter transaction records to document the increase or decrease and then run queries that calculate the net. Without knowing more about your db structure and business processes, hard to advise on specifics.

    Really need to understand relational database principles and Access functionality. Have you completed any tutorials?
    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. Access 2007 Array issue
    By phpuser123 in forum Access
    Replies: 1
    Last Post: 11-04-2010, 01:10 PM
  2. Access 2007/Query issue
    By forrestapi in forum Access
    Replies: 8
    Last Post: 11-04-2010, 09:44 AM
  3. Issue with while loop and Access 2007 datasheet
    By jermaine123 in forum Programming
    Replies: 2
    Last Post: 01-17-2010, 10:09 AM
  4. MS Access 2003+Ms Excel 2007 Issue
    By putnum in forum Access
    Replies: 3
    Last Post: 12-20-2009, 09:24 PM
  5. MS Access 2007 - network interruption issue
    By shsh_shah in forum Access
    Replies: 5
    Last Post: 10-11-2009, 09:47 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