Results 1 to 2 of 2
  1. #1
    UT227 is offline Expert
    Windows 7 32bit Access 2013 32bit
    Join Date
    Feb 2016
    Posts
    581

    Getting invalid use of null

    I'm building a query: SELECT [EquipID], [UTIDNumber], [SerialNumber], [EquipDesc], [EquipCost], [CurrentLoc] FROM qryEquipmentInv WHERE OutOfInv = False and EquipTypeID <> 22 and EquipTypeID <> 23 and EquipTypeID <> 24 and CategoryID <> 2 and DeptOwned and Not(Not Isnull(ReturnedDate) and Issued) and [EquipCost] >= 500 ORDER BY [UTIDNumber];



    I'm getting the error: Invalid Use of Null

    I've actually taken out [EqiupCost] >= 500 and it works fine. This must be the problem. I'm not sure why I'm getting this error.

  2. #2
    UT227 is offline Expert
    Windows 7 32bit Access 2013 32bit
    Join Date
    Feb 2016
    Posts
    581
    Disregard. It was a data issue. I don't know how a null got into it.

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

Similar Threads

  1. Replies: 3
    Last Post: 03-09-2021, 08:44 AM
  2. Replies: 4
    Last Post: 04-09-2019, 02:05 PM
  3. Invalid use of null?
    By snipe in forum Programming
    Replies: 12
    Last Post: 05-12-2015, 04:53 PM
  4. Invalid use of Null
    By hellfire45 in forum Access
    Replies: 12
    Last Post: 04-16-2015, 11:28 AM
  5. Replies: 3
    Last Post: 11-13-2013, 08:56 AM

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