B
bladelock
I have a command button that contains:
Dim stDocName As String
stDocName = "Not Completed JMC"
DoCmd.OpenReport stDocName, acNormal
It prints out a page, however I want to change that and print a SNP file and
also give the user a dialog box as to where the user would like to store/save
it.
Thanks
Dim stDocName As String
stDocName = "Not Completed JMC"
DoCmd.OpenReport stDocName, acNormal
It prints out a page, however I want to change that and print a SNP file and
also give the user a dialog box as to where the user would like to store/save
it.
Thanks