I have a simple notes database - where a user creates a new doc from a basic form - with a sequential number field. It is working fine. The basic form has 3 fields1)Author - simple
2)Seq number - working fine
3)Rich text
STEP 2 is to insert a word doc (from a template) into the Richtext field. When the user creates a new doc I would like to insert a word doc in the rich text field from a template (which I was thinking of putting in About database doc).
I would like the Word Doc to take its name from the Seq number field.
The user would create the new notes doc - the word attachment would automatically get created in the RT field, then the user could edit/save the word doc and then save the notes doc.
Any ideas on some code for the RT field to achieve this?