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
Problem with Exchange 2003
How do I write an SQL UPDATE statement on a price value?
Hide column in CListCtrl
ActiveSync will not provision devices, even when it is configured to allow non provisonable devices
Setfocus in a function
Passing parameters via code on queries created using TableAdapter Query Wizard
Windows 2008 Server immediately logging off Terminal Services sessions created from .msi / Windows Install Package
A Beautiful Disaster, multiple issues on Windows 7 / Vista Ultimate 64bit
Windows 7 IIS
Outlook 2007 won't connect to my Exchange 2010 server using Outlook Anywhere