Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Output Report Code Bug

Status
Not open for further replies.

ebizleads

Technical User
Sep 14, 2005
57
US
Hi Can someone help with this...getting error:

DoCmd.OpenReport [MPSonly], acViewNormal, [Print MonthPay], "", acWindowNormal
DoCmd.OpenReport
RptName = "MPSonly"
outPutName = "C:\MyDebtIQ\Packages\" & Tbl![SendPackage-Dialer].[First Name] & "_" & Tbl![SendPackage-Dialer].[Last Name] & "_" & Tbl![SendPackage-Dialer].[ClientID] & "-" & RptName & ".pdf
 
[li]Which line is raising the error?[/li]

[li]What is the error exactly?[/li]

[li]What value is being assigned to outPutName?[/li]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top