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
Can I use DoCmd.CopyObject to copy a form with VBA code from one database to another?
Terminal Services CAL issue
vb.net panel scroll with picture box
Dlookup(price of item the last date/time it was completed)
BESR VHD Error
OOTB Approval Workflow without the emails?
How do I hide the splash screen on application load? VB.NET 2005
Exporting .pst file data to SQL Server 2005
Create Windows shortcut using VBA with /WrkGrp switch
add/Remove/Next/delete(wit<wbr />h parameter-stored procedure)