Microsoft
Software
Hardware
Network
Question : Access 2007 Master-Detail Report Question
I am trying to better understand how to get a detail subreport to display a message when there are no detail records. For example, I have a master record for an customer, but the customer has no orders (detail records). I would like a message to appear that says, "no orders", rather that just blank space. I played around with a few tables, but when there are no detail records, the detail subreport is omitted from the report. This includes any labels in the detail report, such as in the page and header sections.
Answer : Access 2007 Master-Detail Report Question
You could do a count of the number of items in the "many" recordset, and if it is zero, make a label with the caption "No orders" visible (run it from the Detail_Format section of the report). To give more exact code, I would need the database.
Random Solutions
Cast from type 'TimeSpan' to type 'String' is not valid.
DoCmd.TransferSpreadsheet acImport and Excel field size >255
TabletServicePen error on Fujitsu tablet pc
With VBA and Word, how can I change a paragraph style without affecting character styles in that paragraph?
How can SCCM automatically reinstall software that has been removed?
Simple MySQL query to update a table with different values from same table
MSWRD632 Error
can you sync two cells in a table
cannot start ccmsetup service error 1053 sccm
Access control inside nested gridview