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
Push mail on SBS2008 problem
SystemDB and MDW questions
Table parameter in SQL 2008
OSC 2007 R2, need to deploy a FQDN pool. not sure how to
After Update event code
MS Access 2007 Passthrough Query Fails
SBS 2008/Exchange 2007 broken Autodiscover
Can't reach <a rel="nofollow" href="http://localhost" target="_blank">http://localhost</a>
SQL - Filter Dates from Two Different Tables
error on executing an On Enter event