April 26, 200520 yr I am doing some financial transaction tracking stuff in a project I'm working on. I am using scripts to set pertinent information in the transaction records, and one of the steps involves updating a balance in a user table. In the script I am going to a utility layout where I enter find mode, use two pieces of data to find a record in a join table, and then I update the one that I find. I am wondering how reliable a setup like this is, using scripting. My guess is that as long as good error checking is in place, it should be pretty stable. Any thoughts?
Create an account or sign in to comment