This question is based on a thread from the query forum which you can find here
http://www.access-programmers.co.uk/forums/showthread.php?t=233742
I have set a breakpoint in my code but I clearly do not know how to use this tool. When I debug, it does nothing that means anything to me. I have tried to use a print function to determine where the code is going bad but nothing seems to happen. The print function I inserted into my code is
Debug.Print "Starting Code Section 1"
Either I do not know how to do this, or the code doesn't function at all. I tried to insert it in several different areas and it does nothing. I know a little VBA, probably just enough to get myself into trouble so I need some direction on how to figure out how to get this code working.
The code I am using is from allenbrowne.com....it's his ConcatRelated function. I can post it if needed.
http://www.access-programmers.co.uk/forums/showthread.php?t=233742
I have set a breakpoint in my code but I clearly do not know how to use this tool. When I debug, it does nothing that means anything to me. I have tried to use a print function to determine where the code is going bad but nothing seems to happen. The print function I inserted into my code is
Debug.Print "Starting Code Section 1"
Either I do not know how to do this, or the code doesn't function at all. I tried to insert it in several different areas and it does nothing. I know a little VBA, probably just enough to get myself into trouble so I need some direction on how to figure out how to get this code working.
The code I am using is from allenbrowne.com....it's his ConcatRelated function. I can post it if needed.