As the title says, I've written code to create a word document using access vba. Everything is done, but I can't get the page numbers in - here is a snippet of the code I'm using:
oDoc.ActiveWindow.ActivePane.View.SeekView = _
wdSeekCurrentPageFooter
With...