Hi all
I want to call four reports at a time without sub report on a single command click
How it is possible?
Can any one help me?
If u don’t know the answer then don’t tell me to go at reporting section coz no one is there for help
Help!!!!!!!!!!!
Printable View
Hi all
I want to call four reports at a time without sub report on a single command click
How it is possible?
Can any one help me?
If u don’t know the answer then don’t tell me to go at reporting section coz no one is there for help
Help!!!!!!!!!!!
i dont really get your question, if i am to understand it, here's you solution:
VB Code:
private sub cmd_click() report1.show report2.show report3.show report4.show end sub
please try to be more understandable :D
this i know but if any other
Moved.