|
|
Question : Recordset Clone problem
|
|
Experts.
The field "ControlNumber" has been changed to text and now this combo box does not function.
Dim rs As Object
Set rs = Me.Recordset.Clone rs.FindFirst "[ControlNumber] = '" & Str(Nz(Me![Combo1286], 0)) If Not rs.EOF Then Me.Bookmark = rs.Bookmark Me.Refresh
Please help
-Sariff
|
Answer : Recordset Clone problem
|
|
Sariff, can you zip your db and upload here www.ee-stuff.com
post back here the url of successful upload .. ( comment box is mandatory)
|
|
|
|