Please help...3219 error

Appu

New member
Local time
Today, 12:08
Joined
Jun 13, 2008
Messages
6
If temp.State = adStateOpen Then temp.Close//here I get the error
temp.Open "select * from Loanledger where staffno=" & dm.Fields("staffno") & " order by transdate desc", db, adOpenKeyset, adLockOptimistic, adCmdText
If temp.RecordCount >= 1 Then
ledger.AddNew

.....
ledger.update

I get the error no. 3219 Operation not allowed in this context while updating records.



 

Users who are viewing this thread

Back
Top Bottom