Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If Nz(DCount("*","[Your Query Name Here]"),0) = 0 Then
[blue]Public Function NoRecords(objName As String) As Boolean
[green]'objName: any query or table name[/green]
NoRecords = (DCount("*", objName) = 0)
End Function[/blue]
avayaman said:In other words a report generated off it has no entries[/quote ]
you might want to look @ the nodata event