G
Guest
the following is the VB code I am using to print records from my database. I
need to be able to print multiple records at one time, how can I do this.
Normally the form can have anywhere between 5 to 100 records. Right now I
have to select each record one at a time in order to print. Please help.
Dim stDocName As String
stDocName = "Call Profile - Individual Call"
DoCmd.OpenReport stDocName, acViewNormal
Thank you so much for your assistance
need to be able to print multiple records at one time, how can I do this.
Normally the form can have anywhere between 5 to 100 records. Right now I
have to select each record one at a time in order to print. Please help.
Dim stDocName As String
stDocName = "Call Profile - Individual Call"
DoCmd.OpenReport stDocName, acViewNormal
Thank you so much for your assistance