Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    GCLIFTON is offline Advanced Beginner
    Windows 10 Access 2016
    Join Date
    May 2016
    Posts
    84
    Just changed it to "" and it created a column EXPR1009

  2. #17
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Like I said:

    SELECT Tracker.Combine, Tracker.[Floor Plan], Tracker.Type, Tracker.Scope, IIf([Tracker].[3 Windows]="-1",[Tracker_Budget_Upload_].[3# Windows],0) AS Window, IIf([Tracker].[1 Demo]="-1",[Tracker_Budget_Upload_].[1# Demo],0) AS Demo, IIf([Tracker].[4 Mep Rough]="-1",[Tracker_Budget_Upload_].[4# Mep Rough],0) AS [MEP Rough], IIf([Tracker].[6 Bathtub]="-1",[Tracker_Budget_Upload_].[6# Bathtub],0) AS Bathtub, CDbl(Nz([Demo],0))+CDbl(Nz([Window],0))+CDbl(Nz([MEP Rough],0)) AS Total1, *
    FROM Tracker INNER JOIN Tracker_Budget_Upload_ ON Tracker.Combine = Tracker_Budget_Upload_.Combine;
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. If Statment Issues
    By Wasp1 in forum Modules
    Replies: 3
    Last Post: 04-30-2014, 11:43 AM
  2. if statment
    By ismailkhannasar in forum Access
    Replies: 3
    Last Post: 01-31-2013, 06:48 AM
  3. if statment or case statment?
    By whojstall11 in forum Forms
    Replies: 4
    Last Post: 07-09-2012, 01:44 PM
  4. is this a valid statment
    By akrylik in forum Access
    Replies: 12
    Last Post: 05-08-2012, 08:47 PM
  5. Like statment
    By brew in forum Programming
    Replies: 2
    Last Post: 12-01-2011, 03:23 AM

Tags for this Thread

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