S
Stumped_In_Hbg
I think I've been looking so long and so hard, that I feel like I'm missing
something really obvious here.
I've been researching this problem for 3 (plus) days now. I've been to
something in the area of 40 web sites, printed 3 reams of paper, been *all
over* the Word help file, even searched this discussion group area every
possible way I can think of--but right now, I truly believe I'd make more
progress studying the principals of warp drives.
And it's really driving me nuts because damn near *every* other problem I've
come up against, I've been able to solve in a lot less time, and with a lot
less wasted effort. So basically, I'm not used to failure when it comes to
finding my own answers. If this were Excel, I can think of about 5 or 6
different ways to do this but alas, it's not Excel and I have to admit defeat
(for now).
Here's what's got me stumped...
At work, we have something on the order of 40 to 50 templates stored on a
network share which our users have to access many times each day. In most of
those forms, are drop down fields to select supervisors names and numbers.
Currently, I have to update each of those drop downs *every* time staff
changes. And generally, that's about once a month or so. If I miss any,
something as seemingly minor as an invalid POC, could result in a decision
being reversed where it should not be.
What I'm trying to do, is to be able to auto-populate those drop downs from
data maintained in a (one, not 30 or 40) single data source using either
Excel, or Access, so that our POC information is always correct and up to
date (assuming of course the central database is updated in a timely fashion).
Network policy forbids the use of macros in the general user base so VBA is
out. Most of our users are about as knowledgeable in Word, as... Well, let's
just say I've seen middle school students who are more adept.
Method 1-
I've tried AUTOTEXTLIST, DATABASE, and DDE field codes so far, and so far,
the only one which seems to work somewhat, is the DDE field code. However,
it requires the Excel sheet to be opened to get the requested data. With our
user skill level, this really is not a viable option.
Method 2-
The only solution I've been able to conceive of, is to have a copies of the
templates *with* macros, do the updates, then copy themselves over the
existing active templates. Using a combination of tools, I believe I can get
Word to kick off when needed, running the auto-updating macros on the master
templates. Then I should be able to write just the template portions to
working copies thus achieving the same results.
But someone please tell me method 1 will in fact work so I don't have to do
it in the VBA procedure...
Thanks in advance.
something really obvious here.
I've been researching this problem for 3 (plus) days now. I've been to
something in the area of 40 web sites, printed 3 reams of paper, been *all
over* the Word help file, even searched this discussion group area every
possible way I can think of--but right now, I truly believe I'd make more
progress studying the principals of warp drives.
And it's really driving me nuts because damn near *every* other problem I've
come up against, I've been able to solve in a lot less time, and with a lot
less wasted effort. So basically, I'm not used to failure when it comes to
finding my own answers. If this were Excel, I can think of about 5 or 6
different ways to do this but alas, it's not Excel and I have to admit defeat
(for now).
Here's what's got me stumped...
At work, we have something on the order of 40 to 50 templates stored on a
network share which our users have to access many times each day. In most of
those forms, are drop down fields to select supervisors names and numbers.
Currently, I have to update each of those drop downs *every* time staff
changes. And generally, that's about once a month or so. If I miss any,
something as seemingly minor as an invalid POC, could result in a decision
being reversed where it should not be.
What I'm trying to do, is to be able to auto-populate those drop downs from
data maintained in a (one, not 30 or 40) single data source using either
Excel, or Access, so that our POC information is always correct and up to
date (assuming of course the central database is updated in a timely fashion).
Network policy forbids the use of macros in the general user base so VBA is
out. Most of our users are about as knowledgeable in Word, as... Well, let's
just say I've seen middle school students who are more adept.
Method 1-
I've tried AUTOTEXTLIST, DATABASE, and DDE field codes so far, and so far,
the only one which seems to work somewhat, is the DDE field code. However,
it requires the Excel sheet to be opened to get the requested data. With our
user skill level, this really is not a viable option.
Method 2-
The only solution I've been able to conceive of, is to have a copies of the
templates *with* macros, do the updates, then copy themselves over the
existing active templates. Using a combination of tools, I believe I can get
Word to kick off when needed, running the auto-updating macros on the master
templates. Then I should be able to write just the template portions to
working copies thus achieving the same results.
But someone please tell me method 1 will in fact work so I don't have to do
it in the VBA procedure...
Thanks in advance.