Need help with vba/sql if then statment
See the below. In the Tracker. Table. which is populated by a form having check boxes. I would like in query how to write the statement If Columns by unit, starting with [1 Demo], has a -1 then give me whats in [Tracker_Budget_Upload_. [1 Demo] that corresponds with that unit
Tracker
Tracker_Budget_upload_
This is what i attempted- Demo: IIF(Tracker.[1 Demo]="-1",Tracker_Budget_Upload_.[1 Demo]