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
ASP.NET 3.5 login page (C#)
Data Recovery on Raid 5
Hex2Dec does not work in Excel Function ... make Functions visible to other spreadsheets.
Problem (AGAIN) Data Type Mismatch in criteria expression
Combine multiple Excel sheets into one sheet
Windows 2000 Server strange shutdown/startup problem
How do i import data from Visual FoxPro 6.0 DB to Access 2003 with VBA
Can't copy mscal.ocx file in Windows\system32
ApplyFilter based on multiple criteria selected from combo boxes...
Rank records in an Access Dbase by date