databasesrus
Technical User
ACCESS 97
I am trying to create an update query so that my form can show the most current balance of inventory. The query "runs" so to speak but there is no entry to the table.
Am I missing syntax???
UPDATE tblDataEntry INNER JOIN tblAssemblyStQty ON tblDataEntry.AssemblyID = tblAssemblyStQty.AssemblyID SET RunningTOH = StartingQty + AssemblyGood - AssemblyProcessed - AssemblyRejected - AssemblyDTR - AssemblyShipped;
Thank you for any help or suggestions!
I am trying to create an update query so that my form can show the most current balance of inventory. The query "runs" so to speak but there is no entry to the table.
Am I missing syntax???
UPDATE tblDataEntry INNER JOIN tblAssemblyStQty ON tblDataEntry.AssemblyID = tblAssemblyStQty.AssemblyID SET RunningTOH = StartingQty + AssemblyGood - AssemblyProcessed - AssemblyRejected - AssemblyDTR - AssemblyShipped;
Thank you for any help or suggestions!