S
Scott Duncan
We are printing our Invoices to a pdf writer...
We would like to change the caption of the report to the Invoice Number to
eliminate
DB operator errors...
Tried:
Private Sub Report_Open(Cancel As Integer)
Me.Report.Caption = "Invoice " & Report.[InvoiceNumber]
End Sub
We get runtime error 2427 'Expression has no value'
Any thoughts would greatly be appreciated.
TIA,
SD
We would like to change the caption of the report to the Invoice Number to
eliminate
DB operator errors...
Tried:
Private Sub Report_Open(Cancel As Integer)
Me.Report.Caption = "Invoice " & Report.[InvoiceNumber]
End Sub
We get runtime error 2427 'Expression has no value'
Any thoughts would greatly be appreciated.
TIA,
SD