gojohnnygogogogo
Programmer
hello All,
I use this code through most my access97 databases, but for some reason it doesn't work on one of my databases.
run-time error '3077'
Syntax error (missing operator) in expression.
the code is :
Private Sub List0_AfterUpdate()
Me.Recordsetclone.findfirst "[Companyname] = " & Me![list0]
Me.bookmark = me.recordsetclone.bookmark
any reason why this doesn't work ?
thank you.
I use this code through most my access97 databases, but for some reason it doesn't work on one of my databases.
run-time error '3077'
Syntax error (missing operator) in expression.
the code is :
Private Sub List0_AfterUpdate()
Me.Recordsetclone.findfirst "[Companyname] = " & Me![list0]
Me.bookmark = me.recordsetclone.bookmark
any reason why this doesn't work ?
thank you.