This is probably a basic question, but I see a lot of code examples using Debug.print to copy some information to the Immediate Window
eg
Debug.Print Formname
Debug.Print (strMsgPrompt)
I can see the value of this for checking small amounts of information, but what about larger amounts.
I know you can use extra code to populate fields (for example) but It is used such a lot in code as simply Debug.Print. I wondered if there was a way of using the information straight from the Immediate Window itself, which I haven’t caught on to yet.
Any observations/suggestions would be gratefully received
eg
Debug.Print Formname
Debug.Print (strMsgPrompt)
I can see the value of this for checking small amounts of information, but what about larger amounts.
I know you can use extra code to populate fields (for example) but It is used such a lot in code as simply Debug.Print. I wondered if there was a way of using the information straight from the Immediate Window itself, which I haven’t caught on to yet.
Any observations/suggestions would be gratefully received