Ep!!!!
So evident!! :-(
You can't update anything you don't have!!! :-(
Thanks a lot!!!
User Profile
Collapse
-
Recordset read only problem
Hi all!!
I would greatly apreciate any help in this!!
I have problems with a recordset (it says that it is read only and I need to modify some of its values) and then I tried to create the simpliest version to see where is the problem. I keep having the same problem.
The simplest version is just:
Dim Rs2 As DAO.Recordset
Sql_Str = "SELECT 0 As Id, '' As Cod, 0 As IdOff, 0 as... -
Thank you VERY much!! Let me go for in now!! :-)
BTW, quite better ussing Nz!!Leave a comment:
-
Query translate from MySQL to Access
Hi!!
I am becoming crazy trying to pass a sentence from MySQL to Access.
The issue is as follows:
I have one table (BoQ) with codes (Cod) and quantities (Q) and another table (BD) with codes (Cod) and invoices (Sub).
I want a query that gives me one line for each code, containing the code, the sum of all quantities for the code and the sum of all invoices for the code.
I have... -
-
Problems with UPDATE statement
Hi!!
I am becoming crazy with this update statement:
Sql_Str = "UPDATE [BoQ] SET [BoQ].[ID_Ch] = " & Lista20.Value & ", SET [BoQ].[CHCod] = '" & DLookup("[Ch].[Ch]", "[Ch]", "[Ch].[Id] = " & Lista20.Value) & "' WHERE [BoQ].[Id] = " & Lista20.Value & ";"
the debug.print is the following:
UPDATE...
No activity results to display
Show More
Leave a comment: