Thank you for the help, using your provided code I was able to get a msg displayed when a parameter query returns no records, however if there are records, I want to display them still.
I have added the following if statement to test for records:
If lngAantalRecords > 0 Then...