I have an Access 2007 database in which I have a combo box showing one column. The data from this column is linked to a table "tblparagraphs" with two fields, Title and Paragraph. When the user clicks on a title in the combo box, a separate text box fills in a corresponding paragraph.
This is all related to a mail merge file which has been created and works flawlessly. Here is my problem:
Is there a way to make the paragraph text box available for editing without the edit changing the tblparagraphs?
We have a paragraph that looks like this:
Enclosed is/are computer image(s) of your Corporation tax return(s) filed for tax year(s) _______.
I want the end user to be able to put a year in the blank of the paragraphs text box, so that when we merge the data in Word, the year or years will be filled in.
Is there some way to do this without changing the paragraphs in the source table?
This is all related to a mail merge file which has been created and works flawlessly. Here is my problem:
Is there a way to make the paragraph text box available for editing without the edit changing the tblparagraphs?
We have a paragraph that looks like this:
Enclosed is/are computer image(s) of your Corporation tax return(s) filed for tax year(s) _______.
I want the end user to be able to put a year in the blank of the paragraphs text box, so that when we merge the data in Word, the year or years will be filled in.
Is there some way to do this without changing the paragraphs in the source table?