I have a access file which contains report called "pop"
I know that if i want to print it through
VB. I may use "DoCmd"
in the format like:
const acViewNormal=0
access.DoCmd.OpenReport("pop",acViewNormal)
But now, since I want to have a dialog to choose printer etc. before print out the report.
would you mind to teach me how to do that?
Thank you very much!