Thanks Mearle. I ended up using the following
Set WordObj = CreateObject("Word.Application")
WordObj.Visible = True
WordObj.Documents.Add Template:="G:\JLW Office Templates\memo with logo.dot", NewTemplate:=False
Dim corresnoentry
corresnoentry = [Forms]![correspondence entry form]![corresno]...
I have a database that amongst other things requires a user to enter data, which after saving it to the database, then takes that same information and puts it into a word document ready for the user to complete the word document. I am attempting to insert the data using bookmrks with the...