B
Brandon Schultz
I have a text box I have populated with a string. The string calls out to
some sub reports. It looks good but when a particular record has multiple
values linked in the sub reports it only displays the first record from
them. Here is an example of my code:
Me.txtConcerning = "This concerns Complaint # " & Me![intComplaintNumber] &
_
", " & "Product # " & Me![chrProductID] & " " & _
", " & "Invoice # " &
Me![subInvoicesComplaintResponseReturnMat].Report![intInvoiceNumber] & _
", " & "Run # " &
Me![subLotsComplaintResponseReturnMat].Report![lngLotNumber] & _
", " & "PO # " &
Me![subCustomerPOComplaintResponseReturnMat].Report![chrCustomerPO]
Any suggestions would be appreciated.
Thanks,
Brandon Schultz
some sub reports. It looks good but when a particular record has multiple
values linked in the sub reports it only displays the first record from
them. Here is an example of my code:
Me.txtConcerning = "This concerns Complaint # " & Me![intComplaintNumber] &
_
", " & "Product # " & Me![chrProductID] & " " & _
", " & "Invoice # " &
Me![subInvoicesComplaintResponseReturnMat].Report![intInvoiceNumber] & _
", " & "Run # " &
Me![subLotsComplaintResponseReturnMat].Report![lngLotNumber] & _
", " & "PO # " &
Me![subCustomerPOComplaintResponseReturnMat].Report![chrCustomerPO]
Any suggestions would be appreciated.
Thanks,
Brandon Schultz