AndreAraujo
Programmer
Hi,
in have a combo box that is used to find the record that is displaid in the form, in the afterupdate event of that combo i get the error runtime error "3437 Database has been placed in a state by User ..." and some times the error "3426 This Action was Cancelled by an Associated Object".
this is the code im using:
Private Sub CmbPesquisa_AfterUpdate()
Me.Recordset.FindFirst ("codprojecto=" & Val (Me.CmbPesquisa.Column(0)))
Response = acDataErrContinue
end sub
Thanks
in have a combo box that is used to find the record that is displaid in the form, in the afterupdate event of that combo i get the error runtime error "3437 Database has been placed in a state by User ..." and some times the error "3426 This Action was Cancelled by an Associated Object".
this is the code im using:
Private Sub CmbPesquisa_AfterUpdate()
Me.Recordset.FindFirst ("codprojecto=" & Val (Me.CmbPesquisa.Column(0)))
Response = acDataErrContinue
end sub
Thanks