M
Mike375
Guest
I have an OnClick on a label that opens a Word doc and then pastes into Bookmarks the value of various Access fields. The last Bookmark takes data that is from a memo field and the Bookmark is at the end of the Word doc. and it is this area where my question applies.
The memo field data pasted into the Bookmark is edited (sometimes). When complete the Access button at the bottom of the screen is clicked and then another label is clicked and its OnClick action copies the section of writing from the last Bookmark and pastes back into the memo field on the persons record.
In addition a new record is opened on another table and the writing is pasted into a memo field in that table along with the persons ID number etc. Thus everytime we run this we create an additional record in this other table. Now to my problem. Many times when this is run the section of writing in the Bookmark is not changed and of course this results in duplicates in this other table.
Now if Access 95 would let me set a memo field for "no duplicates" then that would solve everything but it won't allow me to do that.
Any ideas?
Mike
The memo field data pasted into the Bookmark is edited (sometimes). When complete the Access button at the bottom of the screen is clicked and then another label is clicked and its OnClick action copies the section of writing from the last Bookmark and pastes back into the memo field on the persons record.
In addition a new record is opened on another table and the writing is pasted into a memo field in that table along with the persons ID number etc. Thus everytime we run this we create an additional record in this other table. Now to my problem. Many times when this is run the section of writing in the Bookmark is not changed and of course this results in duplicates in this other table.
Now if Access 95 would let me set a memo field for "no duplicates" then that would solve everything but it won't allow me to do that.
Any ideas?
Mike