K
Keith R
I've done a bit of Excel VBA, and have one word VBA project I'm thinking
about updating. One of the features it lacks is persistence of some data
elements, because I didn't want to write the code to parse through the
document each time it was opened to try to recapture values from the
document contents.
I've done practically zero database work- I understand relational databases
conceptually, but have never really done anything with databases, so I don't
know any of the terminology (I'd struggle just to build something in
access).
Also, as I distribute my (free) template, I want to make it as easy as
possible. It used to install itself until WinXP, then I couldn't get it to
work anymore so I make people find their own template directory and put the
file there. Can I embed the database (or the data) in a hidden way in word,
so that I don't have to deal with multiple files (template plus database)for
users? Also, each document created from the template would need it's own
database to track their information, as the users might create several child
documents, so keeping it all internal to the document is preferred.
So here's my question: I have a _lot_ (hundreds) of pieces of data that it
would be nice to persist, which would affect things like userform options.
If I knew what I was doing (I'm willing to try to learn), what are my
options with Word?
about updating. One of the features it lacks is persistence of some data
elements, because I didn't want to write the code to parse through the
document each time it was opened to try to recapture values from the
document contents.
I've done practically zero database work- I understand relational databases
conceptually, but have never really done anything with databases, so I don't
know any of the terminology (I'd struggle just to build something in
access).
Also, as I distribute my (free) template, I want to make it as easy as
possible. It used to install itself until WinXP, then I couldn't get it to
work anymore so I make people find their own template directory and put the
file there. Can I embed the database (or the data) in a hidden way in word,
so that I don't have to deal with multiple files (template plus database)for
users? Also, each document created from the template would need it's own
database to track their information, as the users might create several child
documents, so keeping it all internal to the document is preferred.
So here's my question: I have a _lot_ (hundreds) of pieces of data that it
would be nice to persist, which would affect things like userform options.
If I knew what I was doing (I'm willing to try to learn), what are my
options with Word?