Writing to word 2007

  • Follow


I have a 2003 access database that writes data to text fields in a 2003 word 
document,   no problems,

I have now upgraded the database to 2007, and the same code although it 
appears to run ok, does not actually update the word document fields, i also 
tried converting the word document from 2003 to 2007.  I data transfer using 
code from within access

any thoughts?
0
Reply Utf 2/15/2010 2:28:01 AM

So no error message; it just doesn't seem top update, right.  See this:
http://support.microsoft.com/default.aspx/kb/242017


I do it with docvariables.  Are you using docvariables?  If so, read this:
http://www.microsoft.com.nsatc.net/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.word.vba.general&tid=b8a0603c-2b4a-448a-bf55-37b5f39a0990&cat=en_US_e29c7c4a-e639-4ba4-b293-45be0e66804e&lang=en&cr=US&sloc=&p=1


-- 
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Patrick Stubbin" wrote:

> I have a 2003 access database that writes data to text fields in a 2003 word 
> document,   no problems,
> 
> I have now upgraded the database to 2007, and the same code although it 
> appears to run ok, does not actually update the word document fields, i also 
> tried converting the word document from 2003 to 2007.  I data transfer using 
> code from within access
> 
> any thoughts?
0
Reply Utf 2/15/2010 5:33:01 AM


this doesnt answer how to do this using accessw 2007
"ryguy7272" wrote:

> So no error message; it just doesn't seem top update, right.  See this:
> http://support.microsoft.com/default.aspx/kb/242017
> 
> 
> I do it with docvariables.  Are you using docvariables?  If so, read this:
> http://www.microsoft.com.nsatc.net/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.word.vba.general&tid=b8a0603c-2b4a-448a-bf55-37b5f39a0990&cat=en_US_e29c7c4a-e639-4ba4-b293-45be0e66804e&lang=en&cr=US&sloc=&p=1
> 
> 
> -- 
> Ryan---
> If this information was helpful, please indicate this by clicking ''Yes''.
> 
> 
> "Patrick Stubbin" wrote:
> 
> > I have a 2003 access database that writes data to text fields in a 2003 word 
> > document,   no problems,
> > 
> > I have now upgraded the database to 2007, and the same code although it 
> > appears to run ok, does not actually update the word document fields, i also 
> > tried converting the word document from 2003 to 2007.  I data transfer using 
> > code from within access
> > 
> > any thoughts?
0
Reply Utf 2/15/2010 5:56:01 AM

Just making a guess here because I can't see your code, references, etc.  If 
you post your code and yield more info., you'll probably get a much more 
accurate answer.  

-- 
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Patrick Stubbin" wrote:

> this doesnt answer how to do this using accessw 2007
> "ryguy7272" wrote:
> 
> > So no error message; it just doesn't seem top update, right.  See this:
> > http://support.microsoft.com/default.aspx/kb/242017
> > 
> > 
> > I do it with docvariables.  Are you using docvariables?  If so, read this:
> > http://www.microsoft.com.nsatc.net/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.word.vba.general&tid=b8a0603c-2b4a-448a-bf55-37b5f39a0990&cat=en_US_e29c7c4a-e639-4ba4-b293-45be0e66804e&lang=en&cr=US&sloc=&p=1
> > 
> > 
> > -- 
> > Ryan---
> > If this information was helpful, please indicate this by clicking ''Yes''.
> > 
> > 
> > "Patrick Stubbin" wrote:
> > 
> > > I have a 2003 access database that writes data to text fields in a 2003 word 
> > > document,   no problems,
> > > 
> > > I have now upgraded the database to 2007, and the same code although it 
> > > appears to run ok, does not actually update the word document fields, i also 
> > > tried converting the word document from 2003 to 2007.  I data transfer using 
> > > code from within access
> > > 
> > > any thoughts?
0
Reply Utf 2/15/2010 1:46:01 PM

3 Replies
217 Views

(page loaded in 0.094 seconds)

Similiar Articles:
















7/20/2012 12:23:05 AM


Reply: