Results 1 to 3 of 3
  1. #1
    Curtis Moxam is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Nov 2013
    Posts
    7

    Post Count Feild

    Hello,


    I am designing a database that deals with renting movies. In one table I have two columns, the total quantity in and the total quantity out for each movie. Beside these columns I have a column called number of times rented. I want to create a macro that counts the amount of times each movie is ordered based on the number of orders for that movie number in another Orders table. Any help would be appreciated.

  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,770
    The number of times rented should not be a value in table. It should be calculated when needed by doing an aggregate Totals (GROUP BY) query on the Orders 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
    Curtis Moxam is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Nov 2013
    Posts
    7

    Thanks.

    I will do that. Its a good option that I never thought of before.

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

Similar Threads

  1. Saving unbound feild values
    By John Saul in forum Access
    Replies: 1
    Last Post: 06-19-2013, 06:22 AM
  2. unable to append a feild to a backend table
    By markjkubicki in forum Programming
    Replies: 2
    Last Post: 02-11-2013, 04:34 PM
  3. Replies: 3
    Last Post: 12-09-2011, 11:55 AM
  4. Cut/Paste Feild values to new record
    By nickiwinki in forum Access
    Replies: 14
    Last Post: 10-25-2011, 11:56 AM
  5. To feild in send object from Form
    By forrestapi in forum Forms
    Replies: 16
    Last Post: 07-29-2010, 03:05 PM

Tags for this Thread

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