Hi, I don't want to dumb down the forum but grateful if anyone can point me towards a 'Dummies guide' for converting an existing working Access97 with ODBC Oracle Db to Access2000 or 2002.
Used the wizard and it just told me 'compile error' Cannot find project or library.
The autoexec.bat calls a module which is failing at the first line!!! where we set up variables and can't get past it.
Function CurrSystem()
On Error GoTo Err_CurrSystem
Dim dbsCurrent As Database *** debug stops here..
Dim qdfFunction As QueryDef
Dim rstFunction As Recordset
Doesn't like Dim dbsCurrent As Database and so doesn't link into the Db.
If I open a linked table and enter the password the ODBC link works fine and all Oracle tables are accessible and some forms work.
The conversion errors table is the most unhelpful file I have ever seen! It tells me there could be a DAO syntax error!!.
The help on Access2002 seems to support this syntax.
Regards,
Pete
Used the wizard and it just told me 'compile error' Cannot find project or library.
The autoexec.bat calls a module which is failing at the first line!!! where we set up variables and can't get past it.
Function CurrSystem()
On Error GoTo Err_CurrSystem
Dim dbsCurrent As Database *** debug stops here..
Dim qdfFunction As QueryDef
Dim rstFunction As Recordset
Doesn't like Dim dbsCurrent As Database and so doesn't link into the Db.
If I open a linked table and enter the password the ODBC link works fine and all Oracle tables are accessible and some forms work.
The conversion errors table is the most unhelpful file I have ever seen! It tells me there could be a DAO syntax error!!.
The help on Access2002 seems to support this syntax.
Regards,
Pete