I'm trying to teach myself VBA... I keep finding bits of code on the net like tihs:
Dim someName As Database
But Access seems to think that Database is a user defined type and since I havn't defined it anywhere, the code won't run. Is there some VBA equivalent to import or #include that I'm missing? I'm running Access 2K.
thx
Dim someName As Database
But Access seems to think that Database is a user defined type and since I havn't defined it anywhere, the code won't run. Is there some VBA equivalent to import or #include that I'm missing? I'm running Access 2K.
thx