The following form code runs just fine in a colleague's database, but gives an error (Runtime error '3077' Syntax error (missing operator) in expression) in the application I am trying to build.
Can anyone help identify the source of the problem?
The line of code highlighted by the error is preceded by ***.
Sub Combo15_AfterUpdate()
' Find the record that matches the control.
*** Me.RecordsetClone.FindFirst "[ID] = " & Me![Combo15]
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
Many thanks in advance.
oldgnome
[This message has been edited by Old Gnome (edited 10-12-2001).]
Can anyone help identify the source of the problem?
The line of code highlighted by the error is preceded by ***.
Sub Combo15_AfterUpdate()
' Find the record that matches the control.
*** Me.RecordsetClone.FindFirst "[ID] = " & Me![Combo15]
Me.Bookmark = Me.RecordsetClone.Bookmark
End Sub
Many thanks in advance.
oldgnome
[This message has been edited by Old Gnome (edited 10-12-2001).]