Perhaps it is a stupid question, but I don't seem to get the Detail_Format procedure called.
I have a test database (2007) with one table called and I have created a test report that prints 2 records (in the detail section) on each page. I've adjusted the Detail on Format event a bit to see if it is called, but no cigar
Can someone tell me what I am doing wrong. I've looked around a bit on the internet but I haven't found any thing that explains this behaviour
this is my code:
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
MsgBox "hallo"
End Sub