A
Amateur
Dear Sirs
I have a form with a command button which should preview a report from
another database.
I use the following code:
**************
Private Sub Imprimircomsiones_Click()
DoCmd.OpenReport "c:\cps208\sales\salespersonalcommission",
acViewPreview, "", "", acDialog
End Sub
**************
Can someone tell me where my mistake is laying?
Thanks
Klaus
I have a form with a command button which should preview a report from
another database.
I use the following code:
**************
Private Sub Imprimircomsiones_Click()
DoCmd.OpenReport "c:\cps208\sales\salespersonalcommission",
acViewPreview, "", "", acDialog
End Sub
**************
Can someone tell me where my mistake is laying?
Thanks
Klaus