Erreur d'execution '3077'

F

Frederic G

Hi!
i do a modify list bouton with wizard

Private Sub Modifiable16_AfterUpdate()
' Rechercher l'enregistrement correspondant au
contrôle.
Dim rs As Object

Set rs = Me.Recordset.Clone
rs.FindFirst "[IdProblemes] = '" & Me![Modifiable16]
& "'"
Me.Bookmark = rs.Bookmark
End Sub

when i execute it it do a error 3077
Erreur d'execution '3077'
Erreur de syntaxe (operateur absent) dans l'expression

in degub mode, it show this line like a error
rs.FindFirst "[IdProblemes] = '" & Me![Modifiable16] & "'"

some one can help me ?? plz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Run time error 3077 1
Combo Box Error 3077 - Access 2003 1
Run Time error 3077 1
rs.FindFirst to find last and first name 3
Wayne-In-Manchester 12
Combo Box 2
Find record problem 2
VB Runtime error 3159 5

Top