D
#DIV/0
I use Word as the user interface for accessing, searching and updating
databases. Up to now I've stored the data in Excel workbooks but the problems
there are multiple access and some trouble getting Excel to quit properly
(apparently a known 'bug').
First question: is mdb the best database format to use in this case ?
Second question: what method should I use for calling up the database from
VBA ? The examples I've found here seem to tend towards DAO but I've found
lots of references on the web to ADO being better, faster, easier to program
etc. Since my experience with either is limited, I'm prepared for some long
hours of studying but I want to know which to concentrate on for automation
from Word.
Any advice, anecdotes, links that could help me make up my mind ?
databases. Up to now I've stored the data in Excel workbooks but the problems
there are multiple access and some trouble getting Excel to quit properly
(apparently a known 'bug').
First question: is mdb the best database format to use in this case ?
Second question: what method should I use for calling up the database from
VBA ? The examples I've found here seem to tend towards DAO but I've found
lots of references on the web to ADO being better, faster, easier to program
etc. Since my experience with either is limited, I'm prepared for some long
hours of studying but I want to know which to concentrate on for automation
from Word.
Any advice, anecdotes, links that could help me make up my mind ?