I could test some of this myself by uninstalling MSOffice but perhaps I can avoid that paid
In code I use to print Word docs that have had data inserted to bookmarks is
WordDoc.SaveAs ("c:\Letters\MyLetter " & ([Forms]![PrintAndClose]![CLSurname]) + " " & Format(Now, "YYYY-MM-DD") + " " & Format(Now, "hh-mm-ss") + ".doc")
No problem if I change ".doc' to ".rtf" and ".txt".
However, if I open the doc in Worpad that has be saved as .txt there is "junk" all above and below the body of the letter. The RTF is fine and will also show the bookmarks, when they are turned on for viewing in Word.
I also noticed that Wordppad by default saves as RTF.
I have two questions.
1) If I email someone an document in .rtf can they open it if they don't have MSOffice
2) Possibly answered from question 1.....If the runtime version of Access is used and working with Word Bookmarks is a major point, can anything be done if the person does not have MSOffice. As far as I can tell Wordpad does not offer bookmarks although it shows them when opening an RTF file.

In code I use to print Word docs that have had data inserted to bookmarks is
WordDoc.SaveAs ("c:\Letters\MyLetter " & ([Forms]![PrintAndClose]![CLSurname]) + " " & Format(Now, "YYYY-MM-DD") + " " & Format(Now, "hh-mm-ss") + ".doc")
No problem if I change ".doc' to ".rtf" and ".txt".
However, if I open the doc in Worpad that has be saved as .txt there is "junk" all above and below the body of the letter. The RTF is fine and will also show the bookmarks, when they are turned on for viewing in Word.
I also noticed that Wordppad by default saves as RTF.
I have two questions.
1) If I email someone an document in .rtf can they open it if they don't have MSOffice
2) Possibly answered from question 1.....If the runtime version of Access is used and working with Word Bookmarks is a major point, can anything be done if the person does not have MSOffice. As far as I can tell Wordpad does not offer bookmarks although it shows them when opening an RTF file.