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
Sending Outlook Email From Access 2002
Access 2007 Error Message - "Setting for property too Long"
i need a program to send popup messages over my LAN network
Grouping Question
Access:subform starting on last record
Windows Mail on Vista to Outlook 2007 on Windows 7
Determine which table and columns a field is stored at the backend
What is the software that dell provides to monitor health of laptops and desktops from a central location.?
Microsoft Windows 2003 Remote Desktop has stopped working
MS Access + You entered an expression that has no value