Retrieving the form name as "me.name" is similiar to what I wish to do with a Sub or Function's name.

If I have "Private Function PTSBuildReport(rsReport As Recordset)" and an error occurs, how might I retrieve:

Err.Number & Me.Name & "Sub/Function Name"?

Thanks!

Nick