Hi,
I've been reading quite a few posts now but wasn't able to find the answer I was looking for. I want to find the Access 97 equivalent for Access 2K's
I need that to access the current database with ADO from Access 97.
Thanks for any help,
SG
I've been reading quite a few posts now but wasn't able to find the answer I was looking for. I want to find the Access 97 equivalent for Access 2K's
Code:
CurrentProject.Connection
I need that to access the current database with ADO from Access 97.
Code:
Dim cnn As ADODB.Connection
Set cnn = CurrentProject.Connection
Thanks for any help,
SG