Forums
This topic is locked
Urgent help
Posted 20 Oct 2001 00:52:25
1
has voted
20 Oct 2001 00:52:25 Alex Xander posted:
Anyone know why icant move my recordset to the last register??' it show me this error on detail2.MoveLastError Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E24)
Rowset does not support fetching backward
Im using this code
detail2_total2=0
If (detail2.CursorType > 0) Then
detail2.MoveLast
detail2_total2=detail2.Fields.Item("Folio"
Else
detail2.Requery
End If