Results 1 to 2 of 2
  1. #1
    Jerseynjphillypa is offline Advanced Beginner
    Windows Vista Access 2007
    Join Date
    Apr 2012
    Posts
    83

    Nuill or IsNull

    I am trying to create a new table and not use the update query to update blank values in Location and manager as "N/A"

    But I keep getting the following error "You tried to execute a query that does not include the speicfied expression 'Nz([Table1]![Location],"n/a")' as part of an aggregate function.


    Code:
    SELECT Table1.Item, Nz([Table1]![Location],"n/a") AS Location, Table1.Manager INTO AlldatafilledFROM Table1
    GROUP BY Table1.Item;

    Attached Files Attached Files

  2. #2
    jzwp11 is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2010
    Location
    Dayton, OH
    Posts
    2,901
    Get rid of the GROUP BY clause

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

Similar Threads

  1. IsNull not working
    By vbjohn in forum Access
    Replies: 19
    Last Post: 02-29-2012, 02:21 PM
  2. IsNull
    By JJCHCK in forum Programming
    Replies: 3
    Last Post: 09-09-2011, 07:57 AM
  3. dcount and isnull
    By Madmax in forum Access
    Replies: 7
    Last Post: 06-22-2011, 09:31 AM
  4. IsNull not working...
    By Moekandu in forum Programming
    Replies: 3
    Last Post: 01-29-2011, 06:48 PM
  5. IsNull question
    By Simon Sweet in forum Access
    Replies: 4
    Last Post: 12-22-2007, 04:33 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