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
Defining anamed range dunamically
Can i modify uptime of machine?
In VFP how can you locate what windows users have use of a table or exclusive use of the table
For Experts: Obfuscated Access Contest
Microsoft Server 2003
Can't get GPO to hide drives
getting the hwnd or dc for access form
Error Loading sshnas.dll
Microsoft .NET Framework v1.0.3705 Update preventing entering standby...
CRM 4.0: issues pre-populating a Currency lookup and money field ("A currency is required if a value exists in a money field")