April 19, 200124 yr I am writing a somewhat complex production database. I have to use scripts to manipulate the user into different choices depending on the state of a particular field. Many IF statements force different scripts to run depending on conditions. A script is always running. It's cyclical. It would be nice to be able what script is running to troubleshoot the IF conditions. Would appreciate any feedback. Thomas
April 19, 200124 yr What about a global field that you set the script name into as the first step of each script. When a script is called through an if statement it could display the name.
April 20, 200124 yr Author Mark, Thanks much. I was dreading going into all those scripts and adding the steps but it sure paid off. It is so easy to debug this spaghetti script that I no longer feel like I am overwhelmed. I am going to implement this anytime I can. Thanx again Thomas
Create an account or sign in to comment