, 17 2015 . 14:02
+
, !
"" "tdDog".
- "tdDog" . ( ). , :
Set connDog = CurrentProject.Connection
Set rstDog = New ADODB.Recordset
With rstDog
.CursorType = adOpenDynamic
.LockType = adLockOptimistic
.Open "SELECT * FROM tdDog WHERE []=" & [Forms]![fdDog]![], connDog
![] = [Forms]![fdDog]![]
.Update
End With
rstDog.Close
Set rstDog = Nothing
Set connDog = Nothing
http://www.sql.ru/forum/1152639/oshibka-v-kode-ado