Programatic word merge
Using Access 2000. I have VBA code gather stuff into a table. Currently, the user then manually saves the contents of that table into a Word Merge doc by right clicking the table and clicking Export and saving it as a Word Merge file.
I'd like the same Sub from the command button click to popup the Export Table window using that table (and if possible have Word Merge type selected by default). Is this possible?
I'd also like the vba code to open the table for the user to preview. Maybe make it open the table for preview, then popup a msgbox asking "do you want to save this table?"
|