H
Henrootje
Is it a good idea to write a module with a public function what to do
when a report is empty?
e.g.
Public Function EmptyReport()
msgbox "this report has no data and will not be opened"
other things I would like to do (like write to a logfile)
end function
My idea is that in that case on every report in the No Data event I
will only have to call the function EmptyReport() to have a uniform
action.
Would this be a good idea? If not, can anyone explain to me why not?
TIA!
when a report is empty?
e.g.
Public Function EmptyReport()
msgbox "this report has no data and will not be opened"
other things I would like to do (like write to a logfile)
end function
My idea is that in that case on every report in the No Data event I
will only have to call the function EmptyReport() to have a uniform
action.
Would this be a good idea? If not, can anyone explain to me why not?
TIA!
