Hi All,
In AccessXP I have a custom menubar an item on it is 'Save Rpt'.
This item calls a function in a module that will save an access re****t
as a pdf file to a specific directory. Right on all the re****t names
are hard coded into the module and I want to change that so it is more
dynamic.
When a user has a re****t on screen in preview mode and they click on
the 'save rpt' menu item I want to pass the name of the currently
being viewed re****t to the function and I'm not sure of how to do
that.
If the function name is SRpt to the custom menu item can I add
something like
SRpt(active.screen) or SRpt(active.re****t) or do I have to do
something else.
thanks
bobh.