Microsoft
Software
Hardware
Network
Question : Must Use An Updateable Query
I need to write an update query but I keep getting an error. I need the query to update [tbl_A].[field1] from this subquery's field called [field1]:
(SELECT tbl_B.Cust_ID, Min(tbl_B.field) as field1 FROM tbl_B GROUP BY tbl_B.Cust_ID) AS My_Subquery
My_Subquery and tbl_A join on field [Cust_ID].
Answer : Must Use An Updateable Query
An aggregate query (with Min or Group By) is not updateable. You will need to redesign the query to make it updateable. What are you trying to accomplish with the join?
Random Solutions
Only 60Hz Available, Even With Driver, Spec is 75. I Can Work Around That - Should I?
EBS 2008 Server Problem
How to determine why my MFC application requires Microsoft Office dlls to run ??????
How to createa a checkbox datatype column in a table in VBA code
Linq to Sql union with constant values
What is the right way to clone a Windows Server 2003 server, using imaging software?
windows 7 - how to view classic windows explorer
how do I access and manipulate the connectionString in app config?
DOS FTP Script passing of parameter
Wait Till Queries Have Refreshed