Hello,
I am a middling user that has decided to try and make a few programs. I have developed one to the point that I need a error handling routine that will let me identify what form and procedure is having an error. However all my books and such do not give any clues on how this is done. I considered creating a variable that I could change at the start of every porcedure however I realized that any time another procedure was called that would make the info invalid. Please help me here. I can't believe that there is not a way to do this as it is obvious that VB knows what procedure it is in and what it is doing so there has to be a way to querry this.