ty for the reply but i get this error Syntax error (missing operator) in query expression 'SUM(Accessory_Table.Qty * Accessory_Table.Cost) FROM Stock_Table INNER JOIN Accessory_Table ON Stock_Table.StkCode = Accessory_Table.StkCode'. this is my actual code "UPDATE Stock_Table " & _ "SET StkCost = SUM(Accessory_Table.Qty * Accessory_Table.Cost) " & _ "FROM Stock_Table " & _ "INNER JOIN Accessory_Table " & _ "ON Stock_Table.StkCode = Accessory_Table.StkCode" maybe UPDATE and SUM doesnt really work together in access?
maytel mynt
Posts
-
sql update sum -
sql update sum -
sql questionsorry yup im using access
-
sql questionty for the prompt help but could i ask for code sample? insert into C:\database2... select * from c:\database1... ty
-
sql questionlooking for an alternative and efficient way to transfer table records from one database to another database. could it be done with one sql? ty in advance maytel
-
debugging problemdone cleaning usercontrol solution and the new application soultion it still doesnt debug they way it was before. this works if myfunction() then but this doesnt if usercontrol.reccount = 0 then already set debug build in configuration manager of new application but still no success
-
debugging problemi cant debug my usercontrol i have applied in another solution settings problem maybe? because i was able to debug before. if grid.reccount = 0 then before it would go into the function reccount but now it just doesnt please help tnx in advance
-
strarting to learn remoting need helpty for the jumpstart
-
strarting to learn remoting need helphello i have two computer both are connected to the internet i would like to create a client program that could download a file from a server where do i start? ty in advance.