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
PLEASE HELP-I Can't make changes to email settings in Outlook
Dropdowns in grid view 'edit item template' not working
Creating Add/Edit forms for levels of BOM assemblies in Access
How to make all the controls readonly at runtime in c# windows form
UserForm Initialization
Can someone suggest the easiest way to print 1099-R Forms in MS Word
How to import data into excel sheet from remote unix box.
dateadd function returns weekends even when weekday "w" is specified
How can I retrieve the HTML source from a web page at a certain URL?
Novell Zenworks 10 vs MS System Center Essentials 2007