Hi Guys,
I have lots of issues with my SQL or other long VBA code when I get an error I can't pinpoint the exact problem immediatley. What I have read on A C# forum is that Parrameters should be used so a problem can be immediatley identified in the code. Now I understand this is VBA & SQL but could I get some suggetions on how I can do coding so I meet the following 2 objectives:
1. Be able to find errors easily myself or have Access identify the error on its own.
2. If A professional programmer wants to continue Edit/Improve/Understand my Database (Apart from reading my 'Comments) they can easily understand the code.
I have lots of issues with my SQL or other long VBA code when I get an error I can't pinpoint the exact problem immediatley. What I have read on A C# forum is that Parrameters should be used so a problem can be immediatley identified in the code. Now I understand this is VBA & SQL but could I get some suggetions on how I can do coding so I meet the following 2 objectives:
1. Be able to find errors easily myself or have Access identify the error on its own.
2. If A professional programmer wants to continue Edit/Improve/Understand my Database (Apart from reading my 'Comments) they can easily understand the code.
Comment