T
thivar
Hope group is correct. Just upgraded from Acc97 to Acc2002(OffXP
Dev.Ed), a new app I made seems to have automatically chosen Acc2000
as its format, as DatabaseUtils-ConvertDatabase offers conversion to
Acc97 and Acc2002, while Acc2000 is grey. Is this normal, what are
pros/cons of using different formats? Can I by the way still
develop/deliver apps that work in Acc97?
MAIN CURRENT PROBLEM - pleeeaaase help )
How would this code need to look to function in newer versions (new
objects/methods?):
Dim dbs As Database
Dim rst As Recordset
Dim str As String
str = "tblTable" 'OR some SQL statement
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset(str , dbOpenSnapshot) 'OR
dbOpenDynaset
Sure would appreciate help on this.
By the way, I read in help about objects ADO/DAO but am as you see
confused, is there any good starting point/overview in help or maybe
online articles to help deconfuse me?
thank you!
Thor Ivar
Dev.Ed), a new app I made seems to have automatically chosen Acc2000
as its format, as DatabaseUtils-ConvertDatabase offers conversion to
Acc97 and Acc2002, while Acc2000 is grey. Is this normal, what are
pros/cons of using different formats? Can I by the way still
develop/deliver apps that work in Acc97?
MAIN CURRENT PROBLEM - pleeeaaase help )
How would this code need to look to function in newer versions (new
objects/methods?):
Dim dbs As Database
Dim rst As Recordset
Dim str As String
str = "tblTable" 'OR some SQL statement
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset(str , dbOpenSnapshot) 'OR
dbOpenDynaset
Sure would appreciate help on this.
By the way, I read in help about objects ADO/DAO but am as you see
confused, is there any good starting point/overview in help or maybe
online articles to help deconfuse me?
thank you!
Thor Ivar