C
Chris
Hi Group,
From access I am generating standard letters (word documents). When the
letter is opened I would like to alter the footer depending on a specific
value in the database.
IF Value = a Then
document.footnote = "Some Text"
Else
document.footnote = "Hello World"
End If
I don't know if I am better to do this in a macro from Word.
Could someone please advise?
Thanks
From access I am generating standard letters (word documents). When the
letter is opened I would like to alter the footer depending on a specific
value in the database.
IF Value = a Then
document.footnote = "Some Text"
Else
document.footnote = "Hello World"
End If
I don't know if I am better to do this in a macro from Word.
Could someone please advise?
Thanks