![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am attempting to run this update query from code and I keep getting a message that says "you are about to update "0" records". The query does not update the table at all. These are linked tables in a back end mdb. What am I doing wrong?? The code is as follows..... Thanks for the help Mike Dim strsql As String Dim BD As String Dim ED As String BD = Me.BDate ED = Me.Edate strsql = "UPDATE tblDateCarry SET tblDateCarry.Bdate = " & BD & ", tblDateCarry.EDate = " & ED & ";" DoCmd.RunSQL (strsql) |
#3
| |||
| |||
|
|
I am attempting to run this update query from code and I keep getting a message that says "you are about to update "0" records". The query does not update the table at all. These are linked tables in a back end mdb. What am I doing wrong?? The code is as follows..... Thanks for the help Mike Dim strsql As String Dim BD As String Dim ED As String BD = Me.BDate ED = Me.Edate strsql = "UPDATE tblDateCarry SET tblDateCarry.Bdate = " & BD & ", tblDateCarry.EDate = " & ED & ";" DoCmd.RunSQL (strsql) |
![]() |
| Thread Tools | |
| Display Modes | |
| |