Im using a access MDB file.
When im trying to show current record like
VB Code:
lbl.caption = "Record " & db.OpenRecordset("Info").AbsolutePosition & " of " & _ db.OpenRecordset("Info").RecordCount
it wont work. the absolute position
error:
operation not supported for this type of object.




Reply With Quote