A
Ach
I would be thankful if somebody could help me with two bizarre
problems that I never had with the previous versions (I'm now on VBA /
Access 2002) :
a) I inserted the following standard instruction in a module, and I
got an "unknown variable" message related to to dbUseJet :
Set mywrkJet = CreateWorkspace("wrkSWXData", "admin", "", dbUseJet)
b) When I erase the dbUseJet part, I get another message "Active X
component can't create object (runtime error 429)"
This is quite strange, as I reproduced exactly the code found in the
help.
c) I tried to load more modules in the "References", like the MS DAO
3.6 object library, but I get a message "Name conflict with existing
module, project or object library, etc.". I changed the name of my
module, of my functions etc., with the same result.
Does anybody have any idea ?
Incredible that one must have problems with basic things that were so
easy in the previous versions.
Seemlingly unrelated question : is anybody aware of an alternative to
Access and Visual Basic ?
Tnx.
Alain
problems that I never had with the previous versions (I'm now on VBA /
Access 2002) :
a) I inserted the following standard instruction in a module, and I
got an "unknown variable" message related to to dbUseJet :
Set mywrkJet = CreateWorkspace("wrkSWXData", "admin", "", dbUseJet)
b) When I erase the dbUseJet part, I get another message "Active X
component can't create object (runtime error 429)"
This is quite strange, as I reproduced exactly the code found in the
help.
c) I tried to load more modules in the "References", like the MS DAO
3.6 object library, but I get a message "Name conflict with existing
module, project or object library, etc.". I changed the name of my
module, of my functions etc., with the same result.
Does anybody have any idea ?
Incredible that one must have problems with basic things that were so
easy in the previous versions.
Seemlingly unrelated question : is anybody aware of an alternative to
Access and Visual Basic ?
Tnx.
Alain