D
D
I've got a Document Management system put together with an
Access DB and Using Word I'm really close to wrapping it
up but need to close the document w/o saving when
Reviewing is done. A form is launched and I'm using the
Documents Custom Properties to store info and if a
document is reviewed then none of the info needs to be
saved. Any help would be great.
This what I've tried to use so far
activedocument.close 0
Application.Options.SavePropertiesPrompt = False
ActiveDocument.ActiveWindow.Close 0
savechanges:=wddonotsavechanges
Access DB and Using Word I'm really close to wrapping it
up but need to close the document w/o saving when
Reviewing is done. A form is launched and I'm using the
Documents Custom Properties to store info and if a
document is reviewed then none of the info needs to be
saved. Any help would be great.
This what I've tried to use so far
activedocument.close 0
Application.Options.SavePropertiesPrompt = False
ActiveDocument.ActiveWindow.Close 0
savechanges:=wddonotsavechanges