J
Julius
I asked this question earlier under subject Emergency Printing. I did not
understand what was being said so I thought I try a different approach. I
work for a call center and I am managing an access database that was designed
and built by someone who is no longer here. I have a Form where we enter data
on customer service reps. at the end of the day I can have anywhere between 5
to 100 records. My question is how can I print multiple reports one after
the other. currently there is a print command button, but it only let's my
user print one record or report at a time. the criteria on the query is as
follows: [Forms]![New Monitor Form]![RecordNumber]. In addition the VB code
is:
Private Sub Command278_Click()
On Error GoTo Err_Command278_Click
Dim stDocName As String
stDocName = "Call Profile2"
DoCmd.OpenReport stDocName, acNormal
can somone help me, this is urgent and I am at a lost. Thanks for your
assistance it is greatly appreciated.
understand what was being said so I thought I try a different approach. I
work for a call center and I am managing an access database that was designed
and built by someone who is no longer here. I have a Form where we enter data
on customer service reps. at the end of the day I can have anywhere between 5
to 100 records. My question is how can I print multiple reports one after
the other. currently there is a print command button, but it only let's my
user print one record or report at a time. the criteria on the query is as
follows: [Forms]![New Monitor Form]![RecordNumber]. In addition the VB code
is:
Private Sub Command278_Click()
On Error GoTo Err_Command278_Click
Dim stDocName As String
stDocName = "Call Profile2"
DoCmd.OpenReport stDocName, acNormal
can somone help me, this is urgent and I am at a lost. Thanks for your
assistance it is greatly appreciated.