I've happily been using Access97 for a few years but am now on the verge of moving to XP.
Up until now I've always used the DAO method:
Dim DbName as Database
Dim TabName as Recordset
Set DbName = CurrentDB
Set TabName = DbName.Openrecordset("SomeTableName").....etc
Is all this still supported in Access XP or does it mean re-coding everything?
Incidently, would it be prudent to learn more ADO, is this a better approach?
Up until now I've always used the DAO method:
Dim DbName as Database
Dim TabName as Recordset
Set DbName = CurrentDB
Set TabName = DbName.Openrecordset("SomeTableName").....etc
Is all this still supported in Access XP or does it mean re-coding everything?
Incidently, would it be prudent to learn more ADO, is this a better approach?