Using a database as source of information

M

Marcel

Hi,

I'm developing a Word application in VBA and need to store and retrieve
information about files and their contents.

My questions:

1. Can I use the Access mdb files?
2. What when a user has not the correct Office version e.g. without Access,
can I still use the mdb files I supplay and store and retrieve information?

Regards,

Marcel
 
J

Jezebel

MDB is a database format. Access uses it, but you don't have to have Access
to use an MDB database. You can use any pretty well any database engine.
From Word, DAO or ADO are the usual choices. You can even use Excel if you
really want.
 
M

Marcel

Thanks Jezebel.

Jezebel said:
MDB is a database format. Access uses it, but you don't have to have
Access to use an MDB database. You can use any pretty well any database
engine. From Word, DAO or ADO are the usual choices. You can even use
Excel if you really want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top