laker_42 Posted July 31, 2002 Posted July 31, 2002 I am trying to come up with a script that will look to see if a record has been created for an employee in 6 different dbs. If there is a record for the employee in any of the dbs, I need to know where it is. The databases are not related. There isn't any direct relationships. I may have to end up creating them to accomplish this. Is there a way to send a field value to a file that is not related? Here is what I think I need to do in order to accomplish this: In the main file, create a script that will call sub scripts within each of the 6 files. It somehow needs to pass the field value to each of the files. Then within the files I will run a search script. I then need to return the results of the search to the main file. Any ideas or has anyone ever done anything similar? I don't know if I explained myself good enough so I will answer any questions that you may have about it. Thanks! John
laker_42 Posted July 31, 2002 Author Posted July 31, 2002 I believe I have found a solution to this. It may not be perfect but it will work. [color:"red"] I do have another question. Is there a way to suppress the message box that appears when no records are found after performing a find? John
Kurt Knippel Posted July 31, 2002 Posted July 31, 2002 Set Error Capture [On] Will supress the error messages.
Recommended Posts
This topic is 8155 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now