Hierophant
Registered User.
- Local time
- Today, 21:41
- Joined
- Mar 14, 2003
- Messages
- 28
Hi there,
Basically, I want some functionality in a simple mdb module which Access doesn't seem to support - ie, I want to write a nice recursive function to trash through a CD and record details about the files and folders in a relational db. Access 2k doesn't seem to like me trying to use FileSystemObjects. Can I include references to some VB library that will then let me use full VB in Access modules? If so, what do I reference?
If writing the code in a module incorporated into an mdb file is not possible, what would be the simplest way of achieving my goals? I suspect writing some VB and calling it externally to the mdb, but I've no experience with VB, and I am not sure exactly how VB modules, Access, etc, all mesh together.
Any info/advice would be greatly appreciated!
Cheers, Luke.
Btw, I've chosen to write this little application to catalogue and make easy to search my huge CD collection, full of files which are individually hard to find. I chose to look into using MS Access as the db and interface, because I thought it would be simple to work out some VB that at a click churns through a CD. I still think this is the easiest approach, as opposed to writing it in Java or C++ and bothering with DB/SQL related libraries etc. Agree?
Basically, I want some functionality in a simple mdb module which Access doesn't seem to support - ie, I want to write a nice recursive function to trash through a CD and record details about the files and folders in a relational db. Access 2k doesn't seem to like me trying to use FileSystemObjects. Can I include references to some VB library that will then let me use full VB in Access modules? If so, what do I reference?
If writing the code in a module incorporated into an mdb file is not possible, what would be the simplest way of achieving my goals? I suspect writing some VB and calling it externally to the mdb, but I've no experience with VB, and I am not sure exactly how VB modules, Access, etc, all mesh together.
Any info/advice would be greatly appreciated!
Cheers, Luke.
Btw, I've chosen to write this little application to catalogue and make easy to search my huge CD collection, full of files which are individually hard to find. I chose to look into using MS Access as the db and interface, because I thought it would be simple to work out some VB that at a click churns through a CD. I still think this is the easiest approach, as opposed to writing it in Java or C++ and bothering with DB/SQL related libraries etc. Agree?