The following code works except for the final Bookmark syncronization??
Why??
Form is linked to a query with key in decsending order.
Debug print prints each time a phone number is found.
Option Compare Database
Option Explicit
Private Sub Combo0_AfterUpdate()
Dim rs As Object
Set rs =...