Results 1 to 5 of 5
  1. #1
    mzoeller is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    4

    Problem with Parametervalues pop-up in a report

    I have to create an access report for tracking orders which is then send as a pdf.
    To keep track of the generated reports I created a table (let's call it table a) with an index, a date and the name of the person submitting the report.

    What I want to do now is adding the highest index of table a to the report.
    I thought that


    =Max([table a]![index])
    would do the trick, but it gives me a pop-up asking for the parametervalue of [table a]![index].
    What could be the problem?

    thx in advance

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    I assume table a is not part of the report's source? If not, you'd need to use DMax().
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    mzoeller is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    4
    just tried using DomMax (there was no DMax() )
    =DomMax(index;"table a")

    didn't work either but produced an #Error instead of a blank field ^^

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Just for fun, try

    =DMax("index", "[table a]")
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    mzoeller is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    4
    it almost worked ^^

    =DMax("[index]";"[table a]")
    did the trick.

    thx for the hints.

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

Similar Threads

  1. Problem with a report
    By renegp55 in forum Reports
    Replies: 3
    Last Post: 05-18-2012, 01:34 PM
  2. help with a report problem
    By imintrouble in forum Access
    Replies: 2
    Last Post: 02-23-2012, 02:45 PM
  3. Report Problem
    By access_man in forum Access
    Replies: 7
    Last Post: 11-14-2010, 12:07 PM
  4. Problem with sub-report
    By samo1215 in forum Reports
    Replies: 0
    Last Post: 06-27-2010, 01:11 PM
  5. Report Problem
    By tlitman09 in forum Reports
    Replies: 0
    Last Post: 02-20-2007, 09:26 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