Im using a access MDB file.

When im trying to show current record like

VB Code:
  1. lbl.caption = "Record " & db.OpenRecordset("Info").AbsolutePosition & " of " & _
  2. db.OpenRecordset("Info").RecordCount

it wont work. the absolute position

error:
operation not supported for this type of object.