Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    MTSPEER is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    283

    I am able to run Query 2, but not Query 1

  2. #17
    MTSPEER is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    283
    I can get Query2 to run, but not Query 1

  3. #18
    JoeM is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    I just noticed that is looks like you have an extra parenthesis in that statement (before the word TransactionDate), and I copied that part from your code. I don't think that should be there.
    Try:
    Code:
    SELECT Max(dbo_AET_DTRR_T.TransactionDate) AS MaxOfTransactionDate
    FROM dbo_AET_DTRR_T;

  4. #19
    MTSPEER is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    283
    I noticed that. It works now. thank you!

  5. #20
    JoeM is offline VIP
    Windows 7 32bit Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    You are welcome!

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

Similar Threads

  1. Replies: 8
    Last Post: 02-08-2017, 07:58 PM
  2. Replies: 15
    Last Post: 12-22-2016, 12:16 PM
  3. Replies: 5
    Last Post: 03-03-2016, 08:13 PM
  4. Replies: 12
    Last Post: 12-25-2015, 03:25 PM
  5. Replies: 2
    Last Post: 12-05-2013, 12:09 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