Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    e51lrrp is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2013
    Posts
    53
    Finally light bulb moment....found on line the different AcView Enumeration. Understand when I used 'acViewNormal' that is PRINT.....THANKS
    s

  2. #17
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Happy to help Sharon!
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #18
    e51lrrp is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2013
    Posts
    53
    Paul...I have, hopefully, just have one more obstacle for the development of my program and that is totaling and order. I have read and attempted several of the suggestions in my book and online but none seem to work for my application. I want to get a total for an OrderID. In other words a person could order many ItemID's and I want that order summarize. So somewhere I need to tell access to sum up the ItemTotals for any given OrderID. Any suggestions?
    Happy Holidays to you where every you are...Sharon

  4. #19
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Typically in a group or report footer textbox:

    =Sum(FieldName)
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Help on report to open form to open query...
    By saseymour in forum Programming
    Replies: 13
    Last Post: 07-16-2013, 08:11 AM
  2. Replies: 2
    Last Post: 05-11-2012, 11:52 AM
  3. VBA to open report from form
    By Desmondo in forum Programming
    Replies: 1
    Last Post: 04-08-2012, 11:30 PM
  4. Open Report with Form
    By TinaCa in forum Programming
    Replies: 7
    Last Post: 09-06-2011, 04:38 PM
  5. open report from a vb form
    By tracamonali in forum Reports
    Replies: 2
    Last Post: 08-10-2009, 01:55 PM

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