Search results

  1. G

    Using bookmarks to insert data

    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]...
  2. G

    Using bookmarks to insert data

    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...
Back
Top Bottom