Hi everybody,
I am converting Access2003 application into Access97.
The entire database seems fine after conversion except for one portion of the code.
The code is as follows:
Access97 can't seem to find the CurrentProject reference. Is there a way to go about this?
I found the similar thread thread705-288838 but they suggest to move to DAO.
Any ideas?
Any help is appreciated.
Thank you in advance.
surotkin
I am converting Access2003 application into Access97.
The entire database seems fine after conversion except for one portion of the code.
The code is as follows:
Code:
Dim rs As New ADODB.RecordSet
rs.Open "SELECT * FROM tblSomething", CurrentProject.Connection, <some other params>
Access97 can't seem to find the CurrentProject reference. Is there a way to go about this?
I found the similar thread thread705-288838 but they suggest to move to DAO.
Any ideas?
Any help is appreciated.
Thank you in advance.
surotkin