Hello all, I am hoping to get some help with a head scratchier. I have a Form "Inventory Details" that the control source is a Table "tbl_inventory" on the Form I have an unbound text box "Text6" that I want to be able to visually display a calculation that is based on another Table "tbl_transaction" The Query is "qryTest" which works outside the form with no issue and returns the value. I do not want or need to store the value in a table as its mean to show the current in stock quantity for a given part. I assume it must have something to do with the form not being based on the same table as the query put I am lost as to why I would be getting #NAME? because I have no fields or controls with the same name. I have attached a stripped down version of the database in hopes someone can see my error. Thanks in advance for your support.