R
Robert
Is the fragment of code below ADO or DAO or Am I all
mixed up?
********************************************************
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[ClientTypesID] = " & _
Str(Nz(Me![LstB_MainFormListBox1], 0))
If Not rs.EOF Then Me.Bookmark = rs.Bookmark
Set rs = Nothing
********************************************************
Thanking you in advance, Robert.
mixed up?
********************************************************
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[ClientTypesID] = " & _
Str(Nz(Me![LstB_MainFormListBox1], 0))
If Not rs.EOF Then Me.Bookmark = rs.Bookmark
Set rs = Nothing
********************************************************
Thanking you in advance, Robert.