Results 1 to 3 of 3
  1. #1
    AccessNov is offline Novice
    Windows 8 Access 2013
    Join Date
    Aug 2015
    Posts
    1

    Values being nulled when referenced in a query

    Hello,



    The problem that I am having is that when I create a query that is referencing values from a specific field in a specific table it nulls the values in that Field and that Field only. The field that the values are being referenced from does have values and therefore you would think that they would appear in the field within the query.

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    null * anything is null. (or any operation)
    you can convert them to zero

    nz([field]) * [field2]

  3. #3
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Post the query SQL statement.

    Might need to review data. If you want to provide db for analysis, follow instructions at bottom of my post.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Referenced Values
    By fredz in forum Programming
    Replies: 5
    Last Post: 07-01-2014, 08:11 AM
  2. Report Referenced Query
    By lugnutmonkey in forum Queries
    Replies: 2
    Last Post: 02-19-2013, 10:58 AM
  3. Replies: 11
    Last Post: 06-13-2012, 08:14 AM
  4. Replies: 8
    Last Post: 06-05-2012, 11:49 AM
  5. Replies: 2
    Last Post: 04-15-2011, 01:13 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