Deltaflyer
Programmer
Hiya all,
I am using the following code to open my dbs and want to use the rs.absoluteposition as a marker,
a = Dir("calllog.mdb"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Set db = Workspaces(0).OpenDatabase(a)
strSQL = "SELECT top 1 * FROM log WHERE status < 3 order by logid"
Set rs = db.OpenRecordset(strSQL)
Notes.Text = rs.AbsolutePosition
However the Notes.Text value is always returning a value of zero. How do i make the rs.absoluteposition work properly?
Thanks DeltaFlyer ;-)
DeltaFlyer - The Only Programmer To Crash With Style.
I am using the following code to open my dbs and want to use the rs.absoluteposition as a marker,
a = Dir("calllog.mdb"
Set db = Workspaces(0).OpenDatabase(a)
strSQL = "SELECT top 1 * FROM log WHERE status < 3 order by logid"
Set rs = db.OpenRecordset(strSQL)
Notes.Text = rs.AbsolutePosition
However the Notes.Text value is always returning a value of zero. How do i make the rs.absoluteposition work properly?
Thanks DeltaFlyer ;-)
DeltaFlyer - The Only Programmer To Crash With Style.