G
Guest
Hi
I have a 'complete' installation of Access 2002. When I run a simple code lik
Sub proba(
Dim dbsExample As DAO.Databas
Set dbsExample = OpenDatabase("Biblio.mdb"
End Su
(I tried both DAO.Database and Database
I get 'Compile error: 'User-defined type not defined' error message. What do I need to do to enable DAO
Thank you very much
I have a 'complete' installation of Access 2002. When I run a simple code lik
Sub proba(
Dim dbsExample As DAO.Databas
Set dbsExample = OpenDatabase("Biblio.mdb"
End Su
(I tried both DAO.Database and Database
I get 'Compile error: 'User-defined type not defined' error message. What do I need to do to enable DAO
Thank you very much