I have a form that contains names and addresses that I want to merge with a word document. I have been doing this by simply creating a word document linking to the form in the database, setting up a macro in word to merge with that data. Then on a command button in the form running a macro to open that word document.
This does work fine but it merges the whole of the database. How can I merge just the current recored that i'm viewing?
This does work fine but it merges the whole of the database. How can I merge just the current recored that i'm viewing?