I have built a GhostScript PDF generator and have it working. Now I need to incorporate it into macro that can be accessed from a Custom Menu Bar.
Everything works except for the missing piece of the puzzle:
A report is opened and the user presses the PDF button on the menu bar. I need code that gets the name or title of the Open Report. I can then pass that to the PDF generator to finish the task.
IS there a docmd.?? that gets the name of the open report?
Or some other code to do the same thing?
Everything works except for the missing piece of the puzzle:
A report is opened and the user presses the PDF button on the menu bar. I need code that gets the name or title of the Open Report. I can then pass that to the PDF generator to finish the task.
IS there a docmd.?? that gets the name of the open report?
Or some other code to do the same thing?